Class: Mail::Parsers::ReceivedParser::ReceivedStruct

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

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date



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

def date
  @date
end

#errorObject

Returns the value of attribute error



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

def error
  @error
end

#infoObject

Returns the value of attribute info



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

def info
  @info
end

#timeObject

Returns the value of attribute time



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

def time
  @time
end