Class: OpenEHR::RM::Common::ChangeControl::Contribution
- Inherits:
-
Object
- Object
- OpenEHR::RM::Common::ChangeControl::Contribution
- Defined in:
- lib/open_ehr/rm/common/change_control.rb
Instance Attribute Summary collapse
-
#audit ⇒ Object
Returns the value of attribute audit.
-
#uid ⇒ Object
Returns the value of attribute uid.
-
#versions ⇒ Object
Returns the value of attribute versions.
Instance Method Summary collapse
-
#initialize(args = { }) ⇒ Contribution
constructor
A new instance of Contribution.
Constructor Details
#initialize(args = { }) ⇒ Contribution
Returns a new instance of Contribution.
12 13 14 15 16 |
# File 'lib/open_ehr/rm/common/change_control.rb', line 12 def initialize(args = { }) self.uid = args[:uid] self.versions = args[:versions] self.audit = args[:audit] end |
Instance Attribute Details
#audit ⇒ Object
Returns the value of attribute audit.
10 11 12 |
# File 'lib/open_ehr/rm/common/change_control.rb', line 10 def audit @audit end |
#uid ⇒ Object
Returns the value of attribute uid.
10 11 12 |
# File 'lib/open_ehr/rm/common/change_control.rb', line 10 def uid @uid end |
#versions ⇒ Object
Returns the value of attribute versions.
10 11 12 |
# File 'lib/open_ehr/rm/common/change_control.rb', line 10 def versions @versions end |