Ignore:
Timestamp:
May 8, 2008, 8:33:33 AM (16 years ago)
Author:
Tatsukawa, Akimichi
Message:

update archetype_constraint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/models/am/archetype/constraint_model/archetype_constraint.rb

    r32 r35  
    99
    1010        class CARDINALITY
    11          
     11          attr_accessor :interval, :is_ordered, :is_unique
     12
     13          def initialize(args = { })
     14            @interval = args[:interval]
     15            @is_ordered = args[:is_ordered]
     16            @is_unique = args[:is_unique]
     17          end
    1218        end
    1319
Note: See TracChangeset for help on using the changeset viewer.