Method: Aws::SdbInterface::QSdbSimpleParser#tagend

Defined in:
lib/sdb/sdb_interface.rb

#tagend(name) ⇒ Object



779
780
781
782
783
784
785
786
# File 'lib/sdb/sdb_interface.rb', line 779

def tagend(name)
  case name
    when 'BoxUsage' then
      @result[:box_usage] = @text
    when 'RequestId' then
      @result[:request_id] = @text
  end
end