Class: Solrengine::Programs::IdlParser::ParsedIdl

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

Instance Attribute Summary collapse

Instance Attribute Details

#accountsObject

Returns the value of attribute accounts

Returns:

  • (Object)

    the current value of accounts



10
11
12
# File 'lib/solrengine/programs/idl_parser.rb', line 10

def accounts
  @accounts
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



10
11
12
# File 'lib/solrengine/programs/idl_parser.rb', line 10

def errors
  @errors
end

#instructionsObject

Returns the value of attribute instructions

Returns:

  • (Object)

    the current value of instructions



10
11
12
# File 'lib/solrengine/programs/idl_parser.rb', line 10

def instructions
  @instructions
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/solrengine/programs/idl_parser.rb', line 10

def name
  @name
end

#program_idObject

Returns the value of attribute program_id

Returns:

  • (Object)

    the current value of program_id



10
11
12
# File 'lib/solrengine/programs/idl_parser.rb', line 10

def program_id
  @program_id
end

#typesObject

Returns the value of attribute types

Returns:

  • (Object)

    the current value of types



10
11
12
# File 'lib/solrengine/programs/idl_parser.rb', line 10

def types
  @types
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



10
11
12
# File 'lib/solrengine/programs/idl_parser.rb', line 10

def version
  @version
end