Fog::Parsers::Base
# 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
# File lib/fog/aws/parsers/compute/get_password_data.rb, line 8 def reset @response = {} end
[Validate]
Generated with the Darkfish Rdoc Generator 2.