Class/Module Index [+]

Quicksearch

Fog::Parsers::DNS::AWS::ChangeResourceRecordSets

Public Instance Methods

end_element(name) click to toggle source
# 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
reset() click to toggle source
# 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.