Class: Solrengine::Programs::IdlParser::ParsedSeed

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

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



40
41
42
# File 'lib/solrengine/programs/idl_parser.rb', line 40

def kind
  @kind
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



40
41
42
# File 'lib/solrengine/programs/idl_parser.rb', line 40

def path
  @path
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



40
41
42
# File 'lib/solrengine/programs/idl_parser.rb', line 40

def value
  @value
end