Fog::Parsers::Base
# File lib/fog/aws/parsers/dns/change_resource_record_sets.rb, line 12 def end_element(name) case name when 'Id' @response[name] = value.sub('/change/', '') when 'Status', 'SubmittedAt' @response[name] = value end end
# File lib/fog/aws/parsers/dns/change_resource_record_sets.rb, line 8 def reset @response = {} end
[Validate]
Generated with the Darkfish Rdoc Generator 2.