Class: Net::IMAP::ContentDisposition
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::ContentDisposition
- Defined in:
- lib/net/imap/response_data.rb
Overview
Net::IMAP::ContentDisposition represents Content-Disposition fields.
Fields:
- dsp_type
-
Returns the disposition type.
- param
-
Returns a hash that represents parameters of the Content-Disposition field.
Instance Attribute Summary collapse
-
#dsp_type ⇒ Object
Returns the value of attribute dsp_type.
-
#param ⇒ Object
Returns the value of attribute param.
Instance Attribute Details
#dsp_type ⇒ Object
Returns the value of attribute dsp_type
336 337 338 |
# File 'lib/net/imap/response_data.rb', line 336 def dsp_type @dsp_type end |
#param ⇒ Object
Returns the value of attribute param
336 337 338 |
# File 'lib/net/imap/response_data.rb', line 336 def param @param end |