Class: Betsy::ShopProductionPartner
- Inherits:
-
Object
- Object
- Betsy::ShopProductionPartner
- Includes:
- Model
- Defined in:
- lib/betsy/shop_production_partner.rb
Class Method Summary collapse
Methods included from Model
Class Method Details
.get_shop_production_partners(shop_id, options = {}) ⇒ Object
11 12 13 |
# File 'lib/betsy/shop_production_partner.rb', line 11 def self.get_shop_production_partners(shop_id, = {}) make_request(:get, "/v3/application/shops/#{shop_id}/production-partners", ) end |