Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Brightbox::User

Public Instance Methods

save() click to toggle source
# File lib/fog/brightbox/models/compute/user.rb, line 25
def save
  requires :identity

  options = {
    :email_address => email_address,
    :ssh_key => ssh_key,
    :name => name
  }

  data = service.update_user(identity, options)
  merge_attributes(data)
  true
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.