# File lib/fog/aws/parsers/compute/create_snapshot.rb, line 8 def end_element(name) case name when 'description', 'ownerId', 'progress', 'snapshotId', 'status', 'volumeId' @response[name] = value when 'requestId' @response[name] = value when 'startTime' @response[name] = Time.parse(value) when 'volumeSize' @response[name] = value.to_i end end
Generated with the Darkfish Rdoc Generator 2.