Class: Printavo::MerchOrder
Instance Method Summary
collapse
#==, #[], #dig, #initialize, #inspect, #to_h
Instance Method Details
10
11
12
13
|
# File 'lib/printavo/models/merch_order.rb', line 10
def contact
attrs = self['contact']
Contact.new(attrs) if attrs
end
|
#delivery ⇒ Object
8
|
# File 'lib/printavo/models/merch_order.rb', line 8
def delivery = self['delivery']
|
#id ⇒ Object
6
|
# File 'lib/printavo/models/merch_order.rb', line 6
def id = self['id']
|
#status ⇒ Object
7
|
# File 'lib/printavo/models/merch_order.rb', line 7
def status = self['status']
|