Module: Seoshop::Shop
- Included in:
- Client
- Defined in:
- lib/seoshop-api/api/shop.rb
Instance Method Summary collapse
Instance Method Details
#get_shop ⇒ Object
3 4 5 |
# File 'lib/seoshop-api/api/shop.rb', line 3 def get_shop get("#{@shop_language}/shop.json")['shop'] end |
#get_shop_company ⇒ Object
11 12 13 |
# File 'lib/seoshop-api/api/shop.rb', line 11 def get_shop_company get("#{@shop_language}/shop/company.json")['shop_company'] end |
#get_shop_website ⇒ Object
7 8 9 |
# File 'lib/seoshop-api/api/shop.rb', line 7 def get_shop_website get("#{@shop_language}/shop/website.json")['shop_website'] end |