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



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

def dsp_type
  @dsp_type
end

#paramObject

Returns the value of attribute param

Returns:

  • (Object)

    the current value of param



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

def param
  @param
end