Method: Mints::User#get_taxonomies
- Defined in:
- lib/user.rb
#get_taxonomies(options = nil) ⇒ Object
Get taxonomies.
Get a collection of taxonomies
Parameters
-
options
- [Hash] List of Resource collection Options shown above can be used as parameter
391 392 393 |
# File 'lib/user.rb', line 391 def get_taxonomies( = nil) return @client.get__config__taxonomies() end |