Class: Mail::Parsers::EnvelopeFromStruct
- Defined in:
- lib/mail/parsers.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
15 16 17 |
# File 'lib/mail/parsers.rb', line 15 def address @address end |
#ctime_date ⇒ Object
Returns the value of attribute ctime_date
15 16 17 |
# File 'lib/mail/parsers.rb', line 15 def ctime_date @ctime_date end |
#error ⇒ Object
Returns the value of attribute error
15 16 17 |
# File 'lib/mail/parsers.rb', line 15 def error @error end |