7 include DataMapper::Resource
9 property :id, Integer, :serial => true
10 property :min_weight, Float, :default => 0.0, :nullable => false
11 property :max_weight, Float, :default => 0.0, :nullable => false
12 property :price, BigDecimal, :default => 0.0, :nullable => false
13 property :order_shipping_type_id, Integer # foreign-key