Ignore:
Timestamp:
Oct 12, 2008, 3:39:11 PM (16 years ago)
Author:
KOBAYASHI, Shinji
Message:

refs #39, #48

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/lib/models/rm/data_types/text.rb

    r106 r107  
    4646        class Code_Phrase
    4747          attr_reader :terminology_id, :code_string
    48           def initialize(terminology_id, code_string)
     48          def initialize(code_string, terminology_id)
     49            self.code_string = code_string
    4950            self.terminology_id = terminology_id
    50             self.code_string = code_string
    5151          end
    5252
Note: See TracChangeset for help on using the changeset viewer.