Method: Pages#get_pages

Defined in:
lib/user/content/pages.rb

#get_pagesObject

Get pages.

Get a collection of content pages.

Example

@data = @mints_user.get_pages


21
22
23
# File 'lib/user/content/pages.rb', line 21

def get_pages
    return @client.raw("get", "/content/pages")
end