Class: Mail::Parsers::ContentTransferEncodingParser::ContentTransferEncodingStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/mail/parsers/content_transfer_encoding_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#encodingObject

Returns the value of attribute encoding

Returns:

  • (Object)

    the current value of encoding



10
11
12
# File 'lib/mail/parsers/content_transfer_encoding_parser.rb', line 10

def encoding
  @encoding
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



10
11
12
# File 'lib/mail/parsers/content_transfer_encoding_parser.rb', line 10

def error
  @error
end