Class: Net::IMAP::ContentDisposition
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Struct
|
|
|
Instance Chain:
self,
Struct
|
|
| Inherits: |
Struct
|
| Defined in: | lib/net/imap/response_data.rb |
Overview
ContentDisposition represents Content-Disposition fields.
Instance Attribute Summary
-
#dsp_type ⇒ String
rw
Returns the content disposition type, as defined by [DISPOSITION].
-
#param ⇒ Hash
rw
Returns a hash representing parameters of the Content-Disposition field, as defined by [DISPOSITION].
Instance Attribute Details
#dsp_type ⇒ String (rw)
Returns the content disposition type, as defined by [DISPOSITION].
#param ⇒ Hash (rw)
Returns a hash representing parameters of the Content-Disposition field, as defined by [DISPOSITION].