Module: PackedOrderReadAttributes

Defined in:
lib/rlm_logistics/record/read_attributes/packed_order_read_attributes.rb

Class Method Summary collapse

Class Method Details

.extended(base) ⇒ Object



3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# File 'lib/rlm_logistics/record/read_attributes/packed_order_read_attributes.rb', line 3

def self.extended(base)
  base.class.attribute :company_name
  base.class.attribute :division_name
  base.class.attribute :customer_number
  base.class.attribute :customer_name
  base.class.attribute :store_number
  base.class.attribute :store_name
  base.class.attribute :store_email_address
  base.class.attribute :customerpo_number
  base.class.attribute :packed_date
  base.class.attribute :routing_code
  base.class.attribute :routing_description
  base.class.attribute :tracking_number
  base.class.attribute :clearpath_customer_number
  base.class.attribute :clearpath_customer_id
  base.class.attribute :rec_details
end