Class: Net::IMAP::ContentDisposition

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

Overview

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

Fields:

dsp_type

Returns the disposition type.

param

Returns a hash that represents parameters of the Content-Disposition field.

Instance Attribute Summary collapse

Instance Attribute Details

#dsp_typeObject

Returns the value of attribute dsp_type

Returns:

  • (Object)

    the current value of dsp_type



1706
1707
1708
# File 'lib/net/imap.rb', line 1706

def dsp_type
  @dsp_type
end

#paramObject

Returns the value of attribute param

Returns:

  • (Object)

    the current value of param



1706
1707
1708
# File 'lib/net/imap.rb', line 1706

def param
  @param
end