Class: ShopifyAPI::Location
- Inherits:
-
Base
- Object
- ActiveResource::Base
- Base
- ShopifyAPI::Location
- Defined in:
- lib/shopify_api/resources/location.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
Methods inherited from ActiveResource::Base
Instance Method Details
#inventory_levels ⇒ Object
4 5 6 |
# File 'lib/shopify_api/resources/location.rb', line 4 def inventory_levels ShopifyAPI::InventoryLevel.find(:all, from: "/admin/locations/#{id}/inventory_levels.json") end |