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