Class: Mail::Parsers::ReceivedParser::ReceivedStruct
- Inherits:
-
Struct
- Object
- Struct
- Mail::Parsers::ReceivedParser::ReceivedStruct
- Defined in:
- lib/mail/parsers/received_parser.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
10 11 12 |
# File 'lib/mail/parsers/received_parser.rb', line 10 def date @date end |
#error ⇒ Object
Returns the value of attribute error
10 11 12 |
# File 'lib/mail/parsers/received_parser.rb', line 10 def error @error end |
#info ⇒ Object
Returns the value of attribute info
10 11 12 |
# File 'lib/mail/parsers/received_parser.rb', line 10 def info @info end |
#time ⇒ Object
Returns the value of attribute time
10 11 12 |
# File 'lib/mail/parsers/received_parser.rb', line 10 def time @time end |