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

  • #dsp_type rw

    ContentDisposition represents Content-Disposition fields.

  • #param rw

    ContentDisposition represents Content-Disposition fields.

Instance Attribute Details

#dsp_type (rw)

ContentDisposition represents Content-Disposition fields.

[ GitHub ]

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

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

#param (rw)

ContentDisposition represents Content-Disposition fields.

[ GitHub ]

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

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