Class: ShopifyAPI::FulfillmentEvent
- Inherits:
-
Base
show all
- Defined in:
- lib/shopify_api/resources/fulfillment_event.rb
Instance Method Summary
collapse
Methods inherited from Base
activate_session, #as_json, clear_session, #encode, #headers, init_prefix, init_prefix_explicit, #persisted?
Methods included from Countable
#count
delete, headers
Instance Method Details
#fulfillment_id ⇒ Object
11
12
13
|
# File 'lib/shopify_api/resources/fulfillment_event.rb', line 11
def fulfillment_id
@prefix_options[:fulfillment_id]
end
|
7
8
9
|
# File 'lib/shopify_api/resources/fulfillment_event.rb', line 7
def order_id
@prefix_options[:order_id]
end
|