Class: Tango::Api::Resources::BrandCategories
- Defined in:
- lib/tango/api/resources/brand_categories.rb
Overview
Resource for Brand Categories endpoints.
Instance Method Summary collapse
-
#get ⇒ Object
GET /brandCategories.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Tango::Api::Resources::Base
Instance Method Details
#get ⇒ Object
GET /brandCategories
9 10 11 |
# File 'lib/tango/api/resources/brand_categories.rb', line 9 def get get_json("brandCategories") end |