class Mandrill::WebHook::Image

Public Instance Methods

base64() click to toggle source

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

# File lib/mandrill/web_hook/image.rb, line 4
def base64
  true
end