class DDcloud::API::Account

Public Instance Methods

list() click to toggle source
# File lib/ddcloud/api/account.rb, line 8
def list()
  org_endpoint "/account"
  get
end
myaccount() click to toggle source
# File lib/ddcloud/api/account.rb, line 3
def myaccount()
  endpoint "/myaccount"
  get
end