Methods

Class/Module Index [+]

Quicksearch

TMail::DateTimeHeader

Constants

PARSE_TYPE

Public Instance Methods

date() click to toggle source
# File lib/tmail/header.rb, line 259
def date
  ensure_parsed
  @date
end
date=( arg ) click to toggle source
# File lib/tmail/header.rb, line 264
def date=( arg )
  ensure_parsed
  @date = arg
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.