Changeset 325 for ruby/branches


Ignore:
Timestamp:
Oct 29, 2009, 1:57:29 AM (14 years ago)
Author:
Tatsukawa, Akimichi
Message:

fixed ARCHETYPE_DESCRIPTION constructor

Location:
ruby/branches/TRY-open_ehr_gem
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ruby/branches/TRY-open_ehr_gem/lib/am/archetype/archetype_description/archetype_description.rb

    r167 r325  
    77          attr_accessor :archetype_package_uri, :lifecycle_state, :original_author, :other_contributors, :other_details, :details
    88          def initialize(args ={ })
    9             @details = args[:details] ? args[:details] : []
     9            @details = args[:details]
     10            @lifecycle_state = args[:lifecycle_state]
     11            @original_author = args[:original_author]
     12            @other_contributors = args[:other_contributors]
     13            @other_details = args[:other_details]
     14            @archetype_package_uri = args[:archetype_package_uri]
    1015          end
    1116        end
Note: See TracChangeset for help on using the changeset viewer.