Class: Mail::Parsers::DateTimeParser::DateTimeStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/mail/parsers/date_time_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#date_stringObject

Returns the value of attribute date_string



13
14
15
# File 'lib/mail/parsers/date_time_parser.rb', line 13

def date_string
  @date_string
end

#errorObject

Returns the value of attribute error



13
14
15
# File 'lib/mail/parsers/date_time_parser.rb', line 13

def error
  @error
end

#time_stringObject

Returns the value of attribute time_string



13
14
15
# File 'lib/mail/parsers/date_time_parser.rb', line 13

def time_string
  @time_string
end