Class: Copland::Configuration::YAML::ValueElement

Inherits:
Struct
  • Object
show all
Defined in:
lib/copland/configuration/yaml/implementor.rb

Overview

This structure is used to represent individual values in an implementor’s “construction parameters”. It is basically used to remove the YAML-specific data structures, so that the core Copland routines become more YAML-agnostic.

Instance Attribute Summary collapse

Instance Attribute Details

#type_idObject

Returns the value of attribute type_id

Returns:

  • (Object)

    the current value of type_id



46
47
48
# File 'lib/copland/configuration/yaml/implementor.rb', line 46

def type_id
  @type_id
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



46
47
48
# File 'lib/copland/configuration/yaml/implementor.rb', line 46

def value
  @value
end