Class: Solrengine::Programs::IdlParser::ParsedType
- Inherits:
-
Struct
- Object
- Struct
- Solrengine::Programs::IdlParser::ParsedType
- Defined in:
- lib/solrengine/programs/idl_parser.rb
Instance Attribute Summary collapse
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#fields ⇒ Object
Returns the value of attribute fields
25 26 27 |
# File 'lib/solrengine/programs/idl_parser.rb', line 25 def fields @fields end |
#kind ⇒ Object
Returns the value of attribute kind
25 26 27 |
# File 'lib/solrengine/programs/idl_parser.rb', line 25 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
25 26 27 |
# File 'lib/solrengine/programs/idl_parser.rb', line 25 def name @name end |