class Postmark::Attachement
- Postmark::Attachement
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
postmark_structs.crConstructors
- .new(name : String, content : String, content_type : String, content_id : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(name : String, content : String, content_type : String, content_id : String | Nil = nil)
#