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