Method: Mints::User#get_story_templates

Defined in:
lib/user.rb

#get_story_templates(options = nil) ⇒ Object

Get story templates.

Get a collection of story templates

Parameters



138
139
140
# File 'lib/user.rb', line 138

def get_story_templates(options = nil)
  return @client.get__content__story_templates(options)
end