Class: Mandrill::WebHook::Image
- Inherits:
- 
      Attachment
      
        - Object
- Hash
- Attachment
- Mandrill::WebHook::Image
 
- Defined in:
- lib/mandrill/web_hook/image.rb
Instance Method Summary collapse
- 
  
    
      #base64  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Images are always sent base64-encoded, but are missing the base64 boolean. 
Methods inherited from Attachment
#content, #decoded_content, #name, #type
Instance Method Details
#base64 ⇒ Object
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 |