Method: Mints::User#get_story_template
- Defined in:
- lib/user.rb
#get_story_template(id, options = nil) ⇒ Object
142 143 144 |
# File 'lib/user.rb', line 142 def get_story_template(id, = nil) return @client.get__content__story_templates(id, ) end |