class Postmark::Attachement

Included Modules

Defined in:

postmark_structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, content : String, content_type : String, content_id : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

Instance Method Detail

def content : String #

def content_id : String | Nil #

def content_type : String #

def name : String #

def validate #

[View source]