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