Method: Qrda::Export::Helper::Stratification#initialize
- Defined in:
- lib/qrda-export/helper/aggregate_object_helper.rb
#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 |