Method: Parse::Bytes#base64
- Defined in:
- lib/parse/model/bytes.rb
#base64 ⇒ String
Returns the base64 string representing the content.
17 18 19 |
# File 'lib/parse/model/bytes.rb', line 17 def base64 @base64 end |
Returns the base64 string representing the content.
17 18 19 |
# File 'lib/parse/model/bytes.rb', line 17 def base64 @base64 end |