Class: Tango::Api::Resources::BrandCategories

Inherits:
Base
  • Object
show all
Defined in:
lib/tango/api/resources/brand_categories.rb

Overview

Resource for Brand Categories endpoints.

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Tango::Api::Resources::Base

Instance Method Details

#getObject

GET /brandCategories



9
10
11
# File 'lib/tango/api/resources/brand_categories.rb', line 9

def get
  get_json("brandCategories")
end