Class: Net::IMAP::ContentDisposition

Inherits:
Struct
  • Object
show all
Defined in:
lib/net/imap/response_data.rb

Overview

Net::IMAP::ContentDisposition represents Content-Disposition fields.

Instance Attribute Summary collapse

Instance Attribute Details

#dsp_typeObject

Returns the value of attribute dsp_type

Returns:

  • (Object)

    the current value of dsp_type



717
718
719
# File 'lib/net/imap/response_data.rb', line 717

def dsp_type
  @dsp_type
end

#paramObject

Returns the value of attribute param

Returns:

  • (Object)

    the current value of param



717
718
719
# File 'lib/net/imap/response_data.rb', line 717

def param
  @param
end