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



201
202
203
# File 'lib/user.rb', line 201

def get_content_templates(options = nil)
  return @client.get__content__templates(options)
end