Class: Solrengine::Programs::IdlParser::ParsedField
- Inherits:
-
Struct
- Object
- Struct
- Solrengine::Programs::IdlParser::ParsedField
- Defined in:
- lib/solrengine/programs/idl_parser.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
30 31 32 |
# File 'lib/solrengine/programs/idl_parser.rb', line 30 def name @name end |
#type ⇒ Object
Returns the value of attribute type
30 31 32 |
# File 'lib/solrengine/programs/idl_parser.rb', line 30 def type @type end |