Method: Mints::User#get_stories

Defined in:
lib/user.rb

#get_stories(options = nil) ⇒ Object

Content #########################################

Get stories.

Get a collection of stories

Parameters



117
118
119
# File 'lib/user.rb', line 117

def get_stories(options = nil)
  return @client.get__content__stories(options)
end