Class: Qrda::Export::Helper::Stratification

Inherits:
Object
  • Object
show all
Defined in:
lib/qrda-export/helper/aggregate_object_helper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#idObject

Returns the value of attribute id.



73
74
75
# File 'lib/qrda-export/helper/aggregate_object_helper.rb', line 73

def id
  @id
end

#observationObject

Returns the value of attribute observation.



73
74
75
# File 'lib/qrda-export/helper/aggregate_object_helper.rb', line 73

def observation
  @observation
end

#valueObject

Returns the value of attribute value.



73
74
75
# File 'lib/qrda-export/helper/aggregate_object_helper.rb', line 73

def value
  @value
end