Ignore:
Timestamp:
Aug 13, 2009, 11:16:59 PM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

refs #54

File:
1 edited

Legend:

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

    r192 r194  
    3030
    3131        class ItemList < ItemStructure
     32          attr_accessor :items
     33
     34          def item_count
     35            unless @items.nil?
     36              return @items.size
     37            else
     38              return 0
     39            end
     40          end
    3241        end
    3342      end # of ItemStructure
Note: See TracChangeset for help on using the changeset viewer.