Class: OpenEHR::AM::Archetype::Assertion::ExprItem
- Inherits:
-
Object
- Object
- OpenEHR::AM::Archetype::Assertion::ExprItem
- Defined in:
- lib/open_ehr/am/archetype/assertion.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(args = { }) ⇒ ExprItem
constructor
A new instance of ExprItem.
Constructor Details
#initialize(args = { }) ⇒ ExprItem
Returns a new instance of ExprItem.
34 35 36 |
# File 'lib/open_ehr/am/archetype/assertion.rb', line 34 def initialize(args = { }) self.type = args[:type] end |
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
32 33 34 |
# File 'lib/open_ehr/am/archetype/assertion.rb', line 32 def type @type end |