Class: Mail::Parsers::ContentTransferEncodingParser::ContentTransferEncodingStruct
- Inherits:
-
Struct
- Object
- Struct
- Mail::Parsers::ContentTransferEncodingParser::ContentTransferEncodingStruct
- Defined in:
- lib/mail/parsers/content_transfer_encoding_parser.rb
Instance Attribute Summary collapse
-
#encoding ⇒ Object
Returns the value of attribute encoding.
-
#error ⇒ Object
Returns the value of attribute error.
Instance Attribute Details
#encoding ⇒ Object
Returns the value of attribute encoding
10 11 12 |
# File 'lib/mail/parsers/content_transfer_encoding_parser.rb', line 10 def encoding @encoding end |
#error ⇒ Object
Returns the value of attribute error
10 11 12 |
# File 'lib/mail/parsers/content_transfer_encoding_parser.rb', line 10 def error @error end |