Changeset 276 for ruby


Ignore:
Timestamp:
Sep 17, 2009, 4:18:52 PM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

access_group_ref test/unit move to rspec

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

Legend:

Unmodified
Added
Removed
  • ruby/branches/0.5/lib/open_ehr/rm/support/identification.rb

    r275 r276  
    308308
    309309        class AccessGroupRef < ObjectRef
     310          def initialize(args = {})
     311            super(args)
     312            @type = 'ACCESS_GROUP'
     313          end
     314
    310315          def type=(type)
    311             raise ArgumentError, 'type invalid' unless type == 'ACCESS_GROUP'
    312             @type = type
    313316          end
    314317        end
Note: See TracChangeset for help on using the changeset viewer.