Class: Betsy::ShopProductionPartner

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/betsy/shop_production_partner.rb

Class Method Summary collapse

Methods included from Model

included, #initialize

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, options = {})
  make_request(:get, "/v3/application/shops/#{shop_id}/production-partners", options)
end