class Aws::Xml::Parser::FloatFrame
Public Instance Methods
result()
click to toggle source
# File lib/aws-sdk-core/xml/parser/frame.rb, line 236 def result @text.empty? ? nil : @text.join.to_f end