Methods

Class/Module Index [+]

Quicksearch

Fog::Parsers::Storage::AWS::CopyObject

Public Instance Methods

end_element(name) click to toggle source
# File lib/fog/aws/parsers/storage/copy_object.rb, line 8
def end_element(name)
  case name
  when 'ETag'
    @response[name] = value.gsub('"', '')
  when 'LastModified'
    @response[name] = Time.parse(value)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.