Class: Aws::Xml::Parser::BlobFrame Private
- Defined in:
- lib/aws-sdk-core/xml/parser/frame.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary
Attributes inherited from Frame
Instance Method Summary collapse
- #result ⇒ Object private
Methods inherited from Frame
#child_frame, #consume_child_frame, #initialize, new, #path, #set_text, #yield_unhandled_value
Constructor Details
This class inherits a constructor from Aws::Xml::Parser::Frame
Instance Method Details
#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.
244 245 246 |
# File 'lib/aws-sdk-core/xml/parser/frame.rb', line 244 def result @text.empty? ? nil : Base64.decode64(@text.join) end |