class Aws::Xml::Parser::IntegerFrame
Public Instance Methods
Source
# File lib/aws-sdk-core/xml/parser/frame.rb, line 282 def result @text.empty? ? nil : @text.join.to_i end
# File lib/aws-sdk-core/xml/parser/frame.rb, line 282 def result @text.empty? ? nil : @text.join.to_i end