class OpenEHR::AM::OpenEHRProfile::DataTypes::Quantity::CDvOrdinal

Attributes

list[RW]

Public Class Methods

new(args = { }) click to toggle source
# File lib/openehr/am/openehr_profile/data_types/quantity.rb, line 28
def initialize(args = { })
  super
  self.list = args[:list]
end

Public Instance Methods

any_allowed?() click to toggle source
# File lib/openehr/am/openehr_profile/data_types/quantity.rb, line 33
def any_allowed?
  @list.nil?
end