Class: HealthDataStandards::CQM::Stratification

Inherits:
Object
  • Object
show all
Defined in:
lib/health-data-standards/models/cqm/aggregate_objects.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id, value) ⇒ Stratification

Returns a new instance of Stratification.



70
71
72
73
# File 'lib/health-data-standards/models/cqm/aggregate_objects.rb', line 70

def initialize(id,value)
  @id = id
  @value = value
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



69
70
71
# File 'lib/health-data-standards/models/cqm/aggregate_objects.rb', line 69

def id
  @id
end

#valueObject

Returns the value of attribute value.



69
70
71
# File 'lib/health-data-standards/models/cqm/aggregate_objects.rb', line 69

def value
  @value
end