Method: Mints::User#get_stories
- Defined in:
- lib/user.rb
#get_stories(options = nil) ⇒ Object
Content #########################################
Get stories.
Get a collection of stories
Parameters
-
options- [Hash] List of Resource collection Options shown above can be used as parameter
117 118 119 |
# File 'lib/user.rb', line 117 def get_stories( = nil) return @client.get__content__stories() end |