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.
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
745 746 747 |
# File 'lib/net/imap/response_data.rb', line 745 def dsp_type @dsp_type end |
#param ⇒ Object
Returns the value of attribute param
745 746 747 |
# File 'lib/net/imap/response_data.rb', line 745 def param @param end |