Fog::Model
# 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.