Method: Parse::Bytes#base64

Defined in:
lib/parse/model/bytes.rb

#base64String

Returns the base64 string representing the content.

Returns:

  • (String)

    the base64 string representing the content



17
18
19
# File 'lib/parse/model/bytes.rb', line 17

def base64
  @base64
end