Class: Mail::Parsers::ContentDispositionStruct
- Defined in:
- lib/mail/parsers.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
10 11 12 |
# File 'lib/mail/parsers.rb', line 10 def disposition_type @disposition_type end |
#error ⇒ Object
Returns the value of attribute error
10 11 12 |
# File 'lib/mail/parsers.rb', line 10 def error @error end |
#parameters ⇒ Object
Returns the value of attribute parameters
10 11 12 |
# File 'lib/mail/parsers.rb', line 10 def parameters @parameters end |