module RSqoot::Category

Public Instance Methods

categories(options={}) click to toggle source

Retrieve a list of categories base on the following parameters

@return [Hashie::Mash] category list

# File lib/rsqoot/category.rb, line 7
def categories(options={})
  get('categories', options)
end