Changeset 312 for ruby/branches


Ignore:
Timestamp:
Oct 4, 2009, 11:00:28 AM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

commit from amsterdam

Location:
ruby/branches/0.5
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/branches/0.5/lib/open_ehr/rm/common/generic.rb

    r216 r312  
    3434          def time_committed=(time_committed)
    3535            if time_committed.nil?
    36               raise ArgumentError, 'time_commited is mandatory'
     36              raise ArgumentError, 'time_committed is mandatory'
    3737            end
    3838            @time_committed = time_committed
    3939          end
    40 
     40             
    4141          def change_type=(change_type)
    4242            raise ArgumentError, 'change_type is mandatory' if change_type.nil?
     
    103103        class PartyIdentified < PartyProxy
    104104          attr_reader :name, :identifier
     105
    105106          def initialize(args = { })
    106107            if args[:external_ref].nil? && args[:name].nil? &&
Note: See TracChangeset for help on using the changeset viewer.