Class: OpenEHR::AM::OpenEHRProfile::DataTypes::Basic::CDvState

Inherits:
CDomainType
  • Object
show all
Defined in:
lib/openehr/am/openehr_profile/data_types/basic.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(args = { }) ⇒ CDvState

Returns a new instance of CDvState.



11
12
13
14
15
# File 'lib/openehr/am/openehr_profile/data_types/basic.rb', line 11

def initialize(args = { })
  args[:rm_type_name] = 'DvState'
  super
  self.value = args[:value]
end

Instance Attribute Details

#valueObject

Returns the value of attribute value.



9
10
11
# File 'lib/openehr/am/openehr_profile/data_types/basic.rb', line 9

def value
  @value
end