Class: PostalAddress
Overview
Postal address. Right now used only in Shipment.
Defined as a separate model in the shake of cleanest.
Instance Attribute Summary collapse
Method Summary
ransackable_associations, ransackable_attributes
Instance Attribute Details
#city ⇒ String
140
|
# File 'db/schema.rb', line 140
t.string "city"
|
#country_code ⇒ String
143
|
# File 'db/schema.rb', line 143
t.string "country_code"
|
#county ⇒ String
142
|
# File 'db/schema.rb', line 142
t.string "county"
|
#created_at ⇒ DateTime
144
|
# File 'db/schema.rb', line 144
t.datetime "created_at"
|
#line1 ⇒ String
138
|
# File 'db/schema.rb', line 138
t.string "line1"
|
#line2 ⇒ String
139
|
# File 'db/schema.rb', line 139
t.string "line2"
|
#name ⇒ String
146
|
# File 'db/schema.rb', line 146
t.string "name"
|
#postal_code ⇒ String
141
|
# File 'db/schema.rb', line 141
t.string "postal_code"
|
#updated_at ⇒ DateTime
145
|
# File 'db/schema.rb', line 145
t.datetime "updated_at"
|