Method: Awsum::S3::ObjectParser#text
- Defined in:
- lib/s3/object.rb
#text(text) ⇒ Object
95 96 97 |
# File 'lib/s3/object.rb', line 95 def text(text) @text << text unless @text.nil? end |
95 96 97 |
# File 'lib/s3/object.rb', line 95 def text(text) @text << text unless @text.nil? end |