Method: Aws::Xml::Parser::FloatFrame#result
- Defined in:
- lib/aws-sdk-core/xml/parser/frame.rb
#result ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
256 257 258 |
# File 'lib/aws-sdk-core/xml/parser/frame.rb', line 256 def result @text.empty? ? nil : @text.join.to_f end |