struct Mail::Parsers::ContentTypeParser::ContentTypeStruct

Defined in:

mail/parsers/content_type_parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(main_type : Nil | String, sub_type : Nil | String) #

[View source]
def self.new #

[View source]

Instance Method Detail

def error #

[View source]
def error=(error) #

[View source]
def main_type : String | Nil #

[View source]
def main_type=(main_type : String | Nil) #

[View source]
def parameters : Array(Hash(String, String)) #

[View source]
def parameters=(parameters : Array(Hash(String, String))) #

[View source]
def sub_type : String | Nil #

[View source]
def sub_type=(sub_type : String | Nil) #

[View source]