Method: Mints::Pub#get_content_templates
- Defined in:
- lib/pub.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
96 97 98 |
# File 'lib/pub.rb', line 96 def get_content_templates( = nil) return @client.raw("get", "/content/content-templates", ) end |