Method: Mints::Pub#get_categories
- Defined in:
- lib/pub.rb
#get_categories(options = nil) ⇒ Object
Get categories.
Get a collection of categories.
Parameters
-
options- [Hash] List of Resource collection Options shown above can be used as parameter
253 254 255 |
# File 'lib/pub.rb', line 253 def get_categories( = nil) return @client.raw("get", "/config/categories", ) end |