Class: Mandrill::WebHook::Image

Inherits:
Attachment show all
Defined in:
lib/mandrill/web_hook/image.rb

Instance Method Summary collapse

Methods inherited from Attachment

#content, #decoded_content, #name, #type

Instance Method Details

#base64Object

Images are always sent base64-encoded, but are missing the base64 boolean



4
5
6
# File 'lib/mandrill/web_hook/image.rb', line 4

def base64
  true
end