Class TMail::DateTimeHeader
In: lib/tmail/header.rb
Parent: StructuredHeader

Methods

date   date=  

Constants

PARSE_TYPE = :DATETIME

Public Instance methods

[Source]

# File lib/tmail/header.rb, line 202
    def date
      ensure_parsed
      @date
    end

[Source]

# File lib/tmail/header.rb, line 207
    def date=(arg)
      ensure_parsed
      @date = arg
    end

[Validate]