Class: EY::CloudClient::User

Inherits:
Object
  • Object
show all
Defined in:
lib/engineyard-cloud-client/models/user.rb

Instance Method Summary collapse

Instance Method Details

#accountsObject



8
9
10
# File 'lib/engineyard-cloud-client/models/user.rb', line 8

def accounts
  EY::CloudClient::Account.all(api)
end

#keypairsObject



12
13
14
# File 'lib/engineyard-cloud-client/models/user.rb', line 12

def keypairs
  EY::CloudClient::Keypair.all(api)
end