Method: Pages#get_page_groups

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

#get_page_groupsObject

Get page groups.

Get content page groups.

Example

@data = @mints_user.get_page_groups


12
13
14
# File 'lib/user/content/pages.rb', line 12

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