Class/Module Index [+]

Quicksearch

Fog::Parsers::Compute::AWS::GetPasswordData

Public Instance Methods

end_element(name) click to toggle source
# File lib/fog/aws/parsers/compute/get_password_data.rb, line 12
def end_element(name)
  case name
  when 'instanceId', 'requestId', 'passwordData'
    @response[name] = @value
  when 'timestamp'
    @response[name] = Time.parse(@value)
  end
end
reset() click to toggle source
# File lib/fog/aws/parsers/compute/get_password_data.rb, line 8
def reset
  @response = {}
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.