Changeset 200


Ignore:
Timestamp:
Aug 15, 2009, 7:23:08 PM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

refs #54

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

Legend:

Unmodified
Added
Removed
  • ruby/branches/0.5/lib/open_ehr/rm/data_structures/item_structure.rb

    r195 r200  
    6666          end
    6767        end
     68        class ItemTable < ItemStructure
     69          attr_accessor :rows
     70
     71          def intialize(args = {})
     72            super(args)
     73            self.rows = args[:rows]
     74          end
     75        end
    6876      end # of ItemStructure
    6977    end # of DataStructures
Note: See TracChangeset for help on using the changeset viewer.