Method: Mints::User#get_content_templates
- Defined in:
- lib/user.rb
#get_content_templates(options = nil) ⇒ Object
Get content templates.
Get a collection of content templates
Parameters
-
options- [Hash] List of Resource collection Options shown above can be used as parameter
201 202 203 |
# File 'lib/user.rb', line 201 def get_content_templates( = nil) return @client.get__content__templates() end |