Class: Solrengine::Programs::IdlParser::ParsedSeed
- Inherits:
-
Struct
- Object
- Struct
- Solrengine::Programs::IdlParser::ParsedSeed
- Defined in:
- lib/solrengine/programs/idl_parser.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#path ⇒ Object
Returns the value of attribute path.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
40 41 42 |
# File 'lib/solrengine/programs/idl_parser.rb', line 40 def kind @kind end |
#path ⇒ Object
Returns the value of attribute path
40 41 42 |
# File 'lib/solrengine/programs/idl_parser.rb', line 40 def path @path end |
#value ⇒ Object
Returns the value of attribute value
40 41 42 |
# File 'lib/solrengine/programs/idl_parser.rb', line 40 def value @value end |