Method: Mints::User#get_content_pages

Defined in:
lib/user.rb

#get_content_pages(options = nil) ⇒ Object

Get content pages.

Get a collection of content pages

Parameters

[View source]

180
181
182
# File 'lib/user.rb', line 180

def get_content_pages(options = nil)
  return @client.get__content__pages(options)
end