Class: Top4R::Delivery
- Inherits:
-
Object
- Object
- Top4R::Delivery
- Includes:
- ModelMixin
- Defined in:
- lib/top4r/model/shipping.rb
Overview
Delivery model
Constant Summary collapse
- @@ATTRIBUTES =
[:tid, :order_type, :company_code, :out_sid, :seller_name, :seller_area_id, :seller_address, :seller_zip, :seller_phone, :seller_mobile, :memo]
Class Method Summary collapse
Methods included from ModelMixin
Class Method Details
.attributes ⇒ Object
41 |
# File 'lib/top4r/model/shipping.rb', line 41 def attributes; @@ATTRIBUTES; end |