Class: BCL::CostStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/bcl/base_xml.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



15
16
17
# File 'lib/bcl/base_xml.rb', line 15

def category
  @category
end

#cost_nameObject

Returns the value of attribute cost_name

Returns:

  • (Object)

    the current value of cost_name



15
16
17
# File 'lib/bcl/base_xml.rb', line 15

def cost_name
  @cost_name
end

#cost_typeObject

Returns the value of attribute cost_type

Returns:

  • (Object)

    the current value of cost_type



15
16
17
# File 'lib/bcl/base_xml.rb', line 15

def cost_type
  @cost_type
end

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



15
16
17
# File 'lib/bcl/base_xml.rb', line 15

def currency
  @currency
end

#intervalObject

Returns the value of attribute interval

Returns:

  • (Object)

    the current value of interval



15
16
17
# File 'lib/bcl/base_xml.rb', line 15

def interval
  @interval
end

#interval_unitsObject

Returns the value of attribute interval_units

Returns:

  • (Object)

    the current value of interval_units



15
16
17
# File 'lib/bcl/base_xml.rb', line 15

def interval_units
  @interval_units
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



15
16
17
# File 'lib/bcl/base_xml.rb', line 15

def location
  @location
end

#reference_component_idObject

Returns the value of attribute reference_component_id

Returns:

  • (Object)

    the current value of reference_component_id



15
16
17
# File 'lib/bcl/base_xml.rb', line 15

def reference_component_id
  @reference_component_id
end

#reference_component_nameObject

Returns the value of attribute reference_component_name

Returns:

  • (Object)

    the current value of reference_component_name



15
16
17
# File 'lib/bcl/base_xml.rb', line 15

def reference_component_name
  @reference_component_name
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



15
16
17
# File 'lib/bcl/base_xml.rb', line 15

def source
  @source
end

#unitsObject

Returns the value of attribute units

Returns:

  • (Object)

    the current value of units



15
16
17
# File 'lib/bcl/base_xml.rb', line 15

def units
  @units
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



15
16
17
# File 'lib/bcl/base_xml.rb', line 15

def value
  @value
end

#yearObject

Returns the value of attribute year

Returns:

  • (Object)

    the current value of year



15
16
17
# File 'lib/bcl/base_xml.rb', line 15

def year
  @year
end