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

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

Instance Attribute Summary

Attributes inherited from Ecloud::Model

#loaded

Attributes inherited from Model

#collection, #service

Instance Method Summary collapse

Methods inherited from Ecloud::Model

#load_unless_loaded!, #reload

Methods inherited from Model

#initialize, #inspect, #reload, #symbolize_keys, #to_json, #wait_for

Methods included from Attributes::ClassMethods

#_load, #aliases, #attribute, #attributes, #identity, #ignore_attributes, #ignored_attributes

Methods included from Fog::Core::DeprecatedConnectionAccessors

#connection, #connection=, #prepare_service_value

Methods included from Attributes::InstanceMethods

#_dump, #attributes, #dup, #identity, #identity=, #merge_attributes, #new_record?, #persisted?, #requires, #requires_one

Constructor Details

This class inherits a constructor from Fog::Model

Instance Method Details

#api_keysObject



25
26
27
# File 'lib/fog/ecloud/models/compute/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/ecloud/models/compute/user.rb', line 29

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

#rolesObject



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

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