Class: Qrda::Export::Helper::Stratification
- Inherits:
-
Object
- Object
- Qrda::Export::Helper::Stratification
- Defined in:
- lib/qrda-export/helper/aggregate_object_helper.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#observation ⇒ Object
Returns the value of attribute observation.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(id, value, observation) ⇒ Stratification
constructor
A new instance of Stratification.
Constructor Details
#initialize(id, value, observation) ⇒ Stratification
Returns a new instance of Stratification.
74 75 76 77 78 |
# File 'lib/qrda-export/helper/aggregate_object_helper.rb', line 74 def initialize(id,value, observation) @id = id @value = value @observation = observation end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
73 74 75 |
# File 'lib/qrda-export/helper/aggregate_object_helper.rb', line 73 def id @id end |
#observation ⇒ Object
Returns the value of attribute observation.
73 74 75 |
# File 'lib/qrda-export/helper/aggregate_object_helper.rb', line 73 def observation @observation end |
#value ⇒ Object
Returns the value of attribute value.
73 74 75 |
# File 'lib/qrda-export/helper/aggregate_object_helper.rb', line 73 def value @value end |