Fog::Parsers::Base
# File lib/fog/aws/parsers/simpledb/basic.rb, line 8 def initialize(nil_string) @nil_string = nil_string reset end
# File lib/fog/aws/parsers/simpledb/basic.rb, line 13 def end_element(name) case(name) when 'BoxUsage' response[name] = value.to_f when 'RequestId' response[name] = value end end
# File lib/fog/aws/parsers/simpledb/basic.rb, line 22 def sdb_decode(value) value.eql?(@nil_string) ? nil : value end
[Validate]
Generated with the Darkfish Rdoc Generator 2.