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