Module: Kairos::Client::Accounts

Defined in:
lib/kairos/client/accounts.rb

Instance Method Summary collapse

Instance Method Details

#account_authenticate(opts = {}) ⇒ Object



16
17
18
# File 'lib/kairos/client/accounts.rb', line 16

def (opts={})
  make_request(:account_authenticate, opts.merge(user_auth_param))
end

#account_limits(opts = {}) ⇒ Object



4
5
6
# File 'lib/kairos/client/accounts.rb', line 4

def (opts={})
  make_request(:account_limits, opts.merge(user_auth_param))
end

#account_namespaces(opts = {}) ⇒ Object



12
13
14
# File 'lib/kairos/client/accounts.rb', line 12

def (opts={})
  make_request(:account_namespaces, opts.merge(user_auth_param))
end

#account_users(opts = {}) ⇒ Object



8
9
10
# File 'lib/kairos/client/accounts.rb', line 8

def (opts={})
  make_request(:account_users, opts.merge(user_auth_param))
end