Class/Module Index [+]

Quicksearch

Fog::Parsers::AWS::SimpleDB::ListDomains

Public Instance Methods

end_element(name) click to toggle source
# File lib/fog/aws/parsers/simpledb/list_domains.rb, line 14
def end_element(name)
  case(name)
  when 'BoxUsage'
    response[name] = value.to_f
  when 'DomainName'
    response['Domains'] << value
  when 'NextToken', 'RequestId'
    response[name] = value
  end
end
reset() click to toggle source
# File lib/fog/aws/parsers/simpledb/list_domains.rb, line 10
def reset
  @response = { 'Domains' => [] }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.