class Aws::Xml::Parser::IntegerFrame

Public Instance Methods

result() click to toggle source
# File lib/aws-sdk-core/xml/parser/frame.rb, line 242
def result
  @text.empty? ? nil : @text.join.to_i
end