123456789_123456789_123456789_123456789_123456789_

Class: Net::IMAP::ContentDisposition

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
Defined in: lib/net/imap/response_data.rb

Overview

ContentDisposition represents Content-Disposition fields.

Instance Attribute Summary

Instance Attribute Details

#dsp_typeString (rw)

Returns the content disposition type, as defined by [DISPOSITION].

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 814

class ContentDisposition < Struct.new(:dsp_type, :param)

#paramHash (rw)

Returns a hash representing parameters of the Content-Disposition field, as defined by [DISPOSITION].

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 814

class ContentDisposition < Struct.new(:dsp_type, :param)