Class: Fog::Compute::Ecloud::User

Inherits:
Ecloud::Model show all
Defined in:
lib/fog/compute/ecloud/models/user.rb

Instance Attribute Summary

Attributes inherited from Ecloud::Model

#loaded

Instance Method Summary collapse

Methods inherited from Ecloud::Model

#load_unless_loaded!, #reload

Instance Method Details

#api_keysObject



25
26
27
# File 'lib/fog/compute/ecloud/models/user.rb', line 25

def api_keys
  @api_keys = Fog::Compute::Ecloud::ApiKeys.new(:service => service, :href => "#{service.base_path}/admin/apiKeys/users/#{id}")
end

#idObject



29
30
31
# File 'lib/fog/compute/ecloud/models/user.rb', line 29

def id
  href.scan(/\d+/)[0]
end

#rolesObject



21
22
23
# File 'lib/fog/compute/ecloud/models/user.rb', line 21

def roles
  @roles = Fog::Compute::Ecloud::Roles.new(:service => service, :href => "#{service.base_path}/admin/roles/users/#{id}")
end