Class: Solrengine::Programs::IdlParser::ParsedField

Inherits:
Struct
  • Object
show all
Defined in:
lib/solrengine/programs/idl_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



30
31
32
# File 'lib/solrengine/programs/idl_parser.rb', line 30

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



30
31
32
# File 'lib/solrengine/programs/idl_parser.rb', line 30

def type
  @type
end