Sha256: 57a1dd519b46bb7472b103dc46d596828e58611b5589c10829a8b062e643f94e

Contents?: true

Size: 175 Bytes

Versions: 6

Compression:

Stored size: 175 Bytes

Contents

class Mandrill::WebHook::Image < Mandrill::WebHook::Attachment

  # Images are always sent base64-encoded, but are missing the base64 boolean
  def base64
    true
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mandrill-rails-1.5.0 lib/mandrill/web_hook/image.rb
mandrill-rails-1.4.1 lib/mandrill/web_hook/image.rb
mandrill-rails-1.4.0 lib/mandrill/web_hook/image.rb
mandrill-rails-1.3.1 lib/mandrill/web_hook/image.rb
mandrill-rails-1.3.0 lib/mandrill/web_hook/image.rb
mandrill-rails-1.2.0 lib/mandrill/web_hook/image.rb