Class: HealthDataStandards::CQM::Population
- Inherits:
-
Object
- Object
- HealthDataStandards::CQM::Population
- Defined in:
- lib/health-data-standards/models/cqm/aggregate_objects.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
56 57 58 |
# File 'lib/health-data-standards/models/cqm/aggregate_objects.rb', line 56 def id @id end |
#type ⇒ Object
Returns the value of attribute type.
56 57 58 |
# File 'lib/health-data-standards/models/cqm/aggregate_objects.rb', line 56 def type @type end |
#value ⇒ Object
Returns the value of attribute value.
56 57 58 |
# File 'lib/health-data-standards/models/cqm/aggregate_objects.rb', line 56 def value @value end |