Parent

Class/Module Index [+]

Quicksearch

Fog::Compute::Brightbox::UserCollaboration

Public Instance Methods

account_id() click to toggle source
# File lib/fog/brightbox/models/compute/user_collaboration.rb, line 16
def account_id
  account['id'] || account[:id]
end
destroy() click to toggle source
# File lib/fog/brightbox/models/compute/user_collaboration.rb, line 20
def destroy
  requires :identity
  connection.destroy_user_collaboration(identity)
  true
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.