Sha256: 2ea1445bf330f27f7f43e2a779adac7fe4d9978d29cab8a7c1a01ce7648f6bc8
Contents?: true
Size: 576 Bytes
Versions: 6
Compression:
Stored size: 576 Bytes
Contents
module OpenEhr module AM module Archetype module Archetype_Description class ARCHETYPE_DESCRIPTION attr_accessor :archetype_package_uri, :lifecycle_state, :original_author, :other_contributors, :other_details, :details def initialize(args ={ }) @details = args[:details] ? args[:details] : [] end end class ARCHETYPE_DESCRIPTION_ITEM attr_accessor :archetype_package_uri, :lifecycle_state, :original_author, :other_contributors, :other_details end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems