Module: Seoshop::Brand

Included in:
Client
Defined in:
lib/seoshop-api/api/brand.rb

Instance Method Summary collapse

Instance Method Details

#get_brand(brand_id) ⇒ Object



3
4
5
6
# File 'lib/seoshop-api/api/brand.rb', line 3

def get_brand(brand_id)
  response = get("#{@shop_language}/brands/#{brand_id}.json")
  response.body ? response.body['brand'] : false
end