Fog::Parsers::AWS::SimpleDB::Basic
# 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
# File lib/fog/aws/parsers/simpledb/list_domains.rb, line 10 def reset @response = { 'Domains' => [] } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.