Class: Net::IMAP::ContentDisposition

Inherits:
Struct 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)

Method Summary

Methods inherited from Struct

#pretty_print, #pretty_print_cycle, #to_yaml, yaml_new

Instance Attribute Details

- (Object) dsp_type

Returns the value of attribute dsp_type

Returns:

  • (Object)

    the current value of dsp_type



1795
1796
1797
# File 'lib/net/imap.rb', line 1795

def dsp_type
  @dsp_type
end

- (Object) param

Returns the value of attribute param

Returns:

  • (Object)

    the current value of param



1795
1796
1797
# File 'lib/net/imap.rb', line 1795

def param
  @param
end