Class: Rage::OpenAPI::Parsers::Ext::Blueprinter::VisitorContext

Inherits:
Object
  • Object
show all
Defined in:
lib/rage/openapi/parsers/ext/blueprinter.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeVisitorContext

Returns a new instance of VisitorContext.



37
38
39
40
41
# File 'lib/rage/openapi/parsers/ext/blueprinter.rb', line 37

def initialize
  @symbols = []
  @strings = []
  @keywords = {}
end

Instance Attribute Details

#keywordsObject

Returns the value of attribute keywords.



35
36
37
# File 'lib/rage/openapi/parsers/ext/blueprinter.rb', line 35

def keywords
  @keywords
end

#stringsObject

Returns the value of attribute strings.



35
36
37
# File 'lib/rage/openapi/parsers/ext/blueprinter.rb', line 35

def strings
  @strings
end

#symbolsObject

Returns the value of attribute symbols.



35
36
37
# File 'lib/rage/openapi/parsers/ext/blueprinter.rb', line 35

def symbols
  @symbols
end