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
-
options- [Hash] List of Resource collection Options shown above can be used as parameter
138 139 140 |
# File 'lib/user.rb', line 138 def get_story_templates( = nil) return @client.get__content__story_templates() end |