enum

MIME::Encoding

Inherits Enum < Comparable < Value < Object

MIME encoding types

Constants

Base64 = 0
QuotedPrintable = 1
SevenBit = 2
EightBit = 3
Binary = 4

Instance methods

base64?

Returns true if this enum value equals Base64

Source
binary?

Returns true if this enum value equals Binary

Source
eight_bit?

Returns true if this enum value equals EightBit

Source
quoted_printable?

Returns true if this enum value equals QuotedPrintable

Source
seven_bit?

Returns true if this enum value equals SevenBit

Source