Class: BCL::CostStruct
- Inherits:
-
Struct
- Object
- Struct
- BCL::CostStruct
- Defined in:
- lib/bcl/base_xml.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#cost_name ⇒ Object
Returns the value of attribute cost_name.
-
#cost_type ⇒ Object
Returns the value of attribute cost_type.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#interval ⇒ Object
Returns the value of attribute interval.
-
#interval_units ⇒ Object
Returns the value of attribute interval_units.
-
#location ⇒ Object
Returns the value of attribute location.
-
#reference_component_id ⇒ Object
Returns the value of attribute reference_component_id.
-
#reference_component_name ⇒ Object
Returns the value of attribute reference_component_name.
-
#source ⇒ Object
Returns the value of attribute source.
-
#units ⇒ Object
Returns the value of attribute units.
-
#value ⇒ Object
Returns the value of attribute value.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
15 16 17 |
# File 'lib/bcl/base_xml.rb', line 15 def category @category end |
#cost_name ⇒ Object
Returns the value of attribute cost_name
15 16 17 |
# File 'lib/bcl/base_xml.rb', line 15 def cost_name @cost_name end |
#cost_type ⇒ Object
Returns the value of attribute cost_type
15 16 17 |
# File 'lib/bcl/base_xml.rb', line 15 def cost_type @cost_type end |
#currency ⇒ Object
Returns the value of attribute currency
15 16 17 |
# File 'lib/bcl/base_xml.rb', line 15 def currency @currency end |
#interval ⇒ Object
Returns the value of attribute interval
15 16 17 |
# File 'lib/bcl/base_xml.rb', line 15 def interval @interval end |
#interval_units ⇒ Object
Returns the value of attribute interval_units
15 16 17 |
# File 'lib/bcl/base_xml.rb', line 15 def interval_units @interval_units end |
#location ⇒ Object
Returns the value of attribute location
15 16 17 |
# File 'lib/bcl/base_xml.rb', line 15 def location @location end |
#reference_component_id ⇒ Object
Returns the value of attribute reference_component_id
15 16 17 |
# File 'lib/bcl/base_xml.rb', line 15 def reference_component_id @reference_component_id end |
#reference_component_name ⇒ Object
Returns the value of attribute reference_component_name
15 16 17 |
# File 'lib/bcl/base_xml.rb', line 15 def reference_component_name @reference_component_name end |
#source ⇒ Object
Returns the value of attribute source
15 16 17 |
# File 'lib/bcl/base_xml.rb', line 15 def source @source end |
#units ⇒ Object
Returns the value of attribute units
15 16 17 |
# File 'lib/bcl/base_xml.rb', line 15 def units @units end |
#value ⇒ Object
Returns the value of attribute value
15 16 17 |
# File 'lib/bcl/base_xml.rb', line 15 def value @value end |
#year ⇒ Object
Returns the value of attribute year
15 16 17 |
# File 'lib/bcl/base_xml.rb', line 15 def year @year end |