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.
43 44 45 46 47 48 49 |
# File 'lib/rage/openapi/parsers/ext/alba.rb', line 43 def initialize @symbols = [] @hashes = [] @keywords = {} @consts = [] @nil = false end |
Instance Attribute Details
#consts ⇒ Object
Returns the value of attribute consts.
41 42 43 |
# File 'lib/rage/openapi/parsers/ext/alba.rb', line 41 def consts @consts end |
#hashes ⇒ Object
Returns the value of attribute hashes.
41 42 43 |
# File 'lib/rage/openapi/parsers/ext/alba.rb', line 41 def hashes @hashes end |
#keywords ⇒ Object
Returns the value of attribute keywords.
41 42 43 |
# File 'lib/rage/openapi/parsers/ext/alba.rb', line 41 def keywords @keywords end |
#nil ⇒ Object
Returns the value of attribute nil.
41 42 43 |
# File 'lib/rage/openapi/parsers/ext/alba.rb', line 41 def nil @nil end |
#symbols ⇒ Object
Returns the value of attribute symbols.
41 42 43 |
# File 'lib/rage/openapi/parsers/ext/alba.rb', line 41 def symbols @symbols end |