Class: Mail::Parsers::ContentTypeParser::ContentTypeStruct
- Inherits:
-
Struct
- Object
- Struct
- Mail::Parsers::ContentTypeParser::ContentTypeStruct
- Defined in:
- lib/mail/parsers/content_type_parser.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#main_type ⇒ Object
Returns the value of attribute main_type.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#sub_type ⇒ Object
Returns the value of attribute sub_type.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
10 11 12 |
# File 'lib/mail/parsers/content_type_parser.rb', line 10 def error @error end |
#main_type ⇒ Object
Returns the value of attribute main_type
10 11 12 |
# File 'lib/mail/parsers/content_type_parser.rb', line 10 def main_type @main_type end |
#parameters ⇒ Object
Returns the value of attribute parameters
10 11 12 |
# File 'lib/mail/parsers/content_type_parser.rb', line 10 def parameters @parameters end |
#sub_type ⇒ Object
Returns the value of attribute sub_type
10 11 12 |
# File 'lib/mail/parsers/content_type_parser.rb', line 10 def sub_type @sub_type end |