Class: Solrengine::Programs::IdlParser::ParsedInstruction
- Inherits:
-
Struct
- Object
- Struct
- Solrengine::Programs::IdlParser::ParsedInstruction
- Defined in:
- lib/solrengine/programs/idl_parser.rb
Instance Attribute Summary collapse
-
#accounts ⇒ Object
Returns the value of attribute accounts.
-
#args ⇒ Object
Returns the value of attribute args.
-
#discriminator ⇒ Object
Returns the value of attribute discriminator.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#accounts ⇒ Object
Returns the value of attribute accounts
15 16 17 |
# File 'lib/solrengine/programs/idl_parser.rb', line 15 def accounts @accounts end |
#args ⇒ Object
Returns the value of attribute args
15 16 17 |
# File 'lib/solrengine/programs/idl_parser.rb', line 15 def args @args end |
#discriminator ⇒ Object
Returns the value of attribute discriminator
15 16 17 |
# File 'lib/solrengine/programs/idl_parser.rb', line 15 def discriminator @discriminator end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/solrengine/programs/idl_parser.rb', line 15 def name @name end |