Fog::Parsers::Base
# File lib/fog/aws/parsers/compute/detach_volume.rb, line 8 def end_element(name) case name when 'attachTime' @response[name] = Time.parse(value) when 'device', 'instanceId', 'requestId', 'status', 'volumeId' @response[name] = value end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.