Class: Mail::Parsers::ContentDispositionParser::ContentDispositionStruct
- Inherits:
-
Struct
- Object
- Struct
- Mail::Parsers::ContentDispositionParser::ContentDispositionStruct
- Defined in:
- lib/mail/parsers/content_disposition_parser.rb
Instance Attribute Summary collapse
-
#disposition_type ⇒ Object
Returns the value of attribute disposition_type.
-
#error ⇒ Object
Returns the value of attribute error.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
Instance Attribute Details
#disposition_type ⇒ Object
Returns the value of attribute disposition_type
13 14 15 |
# File 'lib/mail/parsers/content_disposition_parser.rb', line 13 def disposition_type @disposition_type end |
#error ⇒ Object
Returns the value of attribute error
13 14 15 |
# File 'lib/mail/parsers/content_disposition_parser.rb', line 13 def error @error end |
#parameters ⇒ Object
Returns the value of attribute parameters
13 14 15 |
# File 'lib/mail/parsers/content_disposition_parser.rb', line 13 def parameters @parameters end |