Class: OpenEHR::RM::Common::Archetyped::Link

Inherits:
Object
  • Object
show all
Defined in:
lib/openehr/rm/common/archetyped.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(args = { }) ⇒ Link

Returns a new instance of Link.



119
120
121
122
123
# File 'lib/openehr/rm/common/archetyped.rb', line 119

def initialize(args = { })
  self.meaning = args[:meaning]
  self.target = args[:target]
  self.type = args[:type]
end

Instance Attribute Details

#meaningObject

Returns the value of attribute meaning.



118
119
120
# File 'lib/openehr/rm/common/archetyped.rb', line 118

def meaning
  @meaning
end

#targetObject

Returns the value of attribute target.



118
119
120
# File 'lib/openehr/rm/common/archetyped.rb', line 118

def target
  @target
end

#typeObject

Returns the value of attribute type.



118
119
120
# File 'lib/openehr/rm/common/archetyped.rb', line 118

def type
  @type
end