Class: Solrengine::Programs::IdlParser::ParsedIdl
- Inherits:
-
Struct
- Object
- Struct
- Solrengine::Programs::IdlParser::ParsedIdl
- Defined in:
- lib/solrengine/programs/idl_parser.rb
Instance Attribute Summary collapse
-
#accounts ⇒ Object
Returns the value of attribute accounts.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#instructions ⇒ Object
Returns the value of attribute instructions.
-
#name ⇒ Object
Returns the value of attribute name.
-
#program_id ⇒ Object
Returns the value of attribute program_id.
-
#types ⇒ Object
Returns the value of attribute types.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#accounts ⇒ Object
Returns the value of attribute accounts
10 11 12 |
# File 'lib/solrengine/programs/idl_parser.rb', line 10 def accounts @accounts end |
#errors ⇒ Object
Returns the value of attribute errors
10 11 12 |
# File 'lib/solrengine/programs/idl_parser.rb', line 10 def errors @errors end |
#instructions ⇒ Object
Returns the value of attribute instructions
10 11 12 |
# File 'lib/solrengine/programs/idl_parser.rb', line 10 def instructions @instructions end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/solrengine/programs/idl_parser.rb', line 10 def name @name end |
#program_id ⇒ Object
Returns the value of attribute program_id
10 11 12 |
# File 'lib/solrengine/programs/idl_parser.rb', line 10 def program_id @program_id end |
#types ⇒ Object
Returns the value of attribute types
10 11 12 |
# File 'lib/solrengine/programs/idl_parser.rb', line 10 def types @types end |
#version ⇒ Object
Returns the value of attribute version
10 11 12 |
# File 'lib/solrengine/programs/idl_parser.rb', line 10 def version @version end |