Class: Mail::Parsers::ReceivedStruct
- Defined in:
- lib/mail/parsers.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#error ⇒ Object
Returns the value of attribute error.
-
#info ⇒ Object
Returns the value of attribute info.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date
19 20 21 |
# File 'lib/mail/parsers.rb', line 19 def date @date end |
#error ⇒ Object
Returns the value of attribute error
19 20 21 |
# File 'lib/mail/parsers.rb', line 19 def error @error end |
#info ⇒ Object
Returns the value of attribute info
19 20 21 |
# File 'lib/mail/parsers.rb', line 19 def info @info end |
#time ⇒ Object
Returns the value of attribute time
19 20 21 |
# File 'lib/mail/parsers.rb', line 19 def time @time end |