class CloudControl::API::Account

Public Instance Methods

list(options = {}) click to toggle source
# File lib/cloudcontrol/api/account.rb, line 8
def list(options = {})
  org_endpoint '/user/user'
  query_params options
  get_simple
end
myaccount() click to toggle source
# File lib/cloudcontrol/api/account.rb, line 3
def myaccount
  endpoint '/user/myUser'
  get_simple
end