source: ruby/trunk/models/am/archetype/archetype_description/archetype_description.rb@ 4

Last change on this file since 4 was 4, checked in by KOBAYASHI, Shinji, 16 years ago

restructuring repository tree

File size: 456 bytes
Line 
1
2module OpenEHR
3 module AM
4 module Archetype
5 module Archetype_Description
6 class Archetype_Description
7 attr_accessor :archetype_package_uri, :lifecycle_state, :original_author, :other_contributors, :other_details
8 end
9
10 class Archetype_Description_Item
11 attr_accessor :archetype_package_uri, :lifecycle_state, :original_author, :other_contributors, :other_details
12 end
13 end
14 end
15 end
16end
17
18
Note: See TracBrowser for help on using the repository browser.