Class: OpenEHR::RM::Common::Generic::PartyProxy
- Inherits:
-
Object
- Object
- OpenEHR::RM::Common::Generic::PartyProxy
- Defined in:
- lib/open_ehr/rm/common/generic.rb
Overview
of RevisionHistory_Item
Direct Known Subclasses
Instance Attribute Summary collapse
-
#external_ref ⇒ Object
Returns the value of attribute external_ref.
Instance Method Summary collapse
-
#initialize(args = { }) ⇒ PartyProxy
constructor
A new instance of PartyProxy.
Constructor Details
#initialize(args = { }) ⇒ PartyProxy
Returns a new instance of PartyProxy.
94 95 96 |
# File 'lib/open_ehr/rm/common/generic.rb', line 94 def initialize(args = { }) self.external_ref = args[:external_ref] end |
Instance Attribute Details
#external_ref ⇒ Object
Returns the value of attribute external_ref.
92 93 94 |
# File 'lib/open_ehr/rm/common/generic.rb', line 92 def external_ref @external_ref end |