Class: Rage::OpenAPI::Parsers::Ext::Alba::VisitorContext
- Inherits:
-
Object
- Object
- Rage::OpenAPI::Parsers::Ext::Alba::VisitorContext
- Defined in:
- lib/rage/openapi/parsers/ext/alba.rb
Instance Attribute Summary collapse
-
#consts ⇒ Object
Returns the value of attribute consts.
-
#hashes ⇒ Object
Returns the value of attribute hashes.
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#nil ⇒ Object
Returns the value of attribute nil.
-
#symbols ⇒ Object
Returns the value of attribute symbols.
Instance Method Summary collapse
-
#initialize ⇒ VisitorContext
constructor
A new instance of VisitorContext.
Constructor Details
#initialize ⇒ VisitorContext
Returns a new instance of VisitorContext.
71 72 73 74 75 76 77 |
# File 'lib/rage/openapi/parsers/ext/alba.rb', line 71 def initialize @symbols = [] @hashes = [] @keywords = {} @consts = [] @nil = false end |
Instance Attribute Details
#consts ⇒ Object
Returns the value of attribute consts.
69 70 71 |
# File 'lib/rage/openapi/parsers/ext/alba.rb', line 69 def consts @consts end |
#hashes ⇒ Object
Returns the value of attribute hashes.
69 70 71 |
# File 'lib/rage/openapi/parsers/ext/alba.rb', line 69 def hashes @hashes end |
#keywords ⇒ Object
Returns the value of attribute keywords.
69 70 71 |
# File 'lib/rage/openapi/parsers/ext/alba.rb', line 69 def keywords @keywords end |
#nil ⇒ Object
Returns the value of attribute nil.
69 70 71 |
# File 'lib/rage/openapi/parsers/ext/alba.rb', line 69 def nil @nil end |
#symbols ⇒ Object
Returns the value of attribute symbols.
69 70 71 |
# File 'lib/rage/openapi/parsers/ext/alba.rb', line 69 def symbols @symbols end |