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

Returns:

  • (Object)

    the current value of date



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

def date
  @date
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



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

def error
  @error
end

#infoObject

Returns the value of attribute info

Returns:

  • (Object)

    the current value of info



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

def info
  @info
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



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

def time
  @time
end