Class/Module Index [+]

Quicksearch

Mail::EnvelopeFrom::CtimeDate0

Public Instance Methods

day() click to toggle source
# File lib/mail/parsers/envelope_from.rb, line 61
def day
  elements[4]
end
day_name() click to toggle source
# File lib/mail/parsers/envelope_from.rb, line 53
def day_name
  elements[0]
end
month_name() click to toggle source
# File lib/mail/parsers/envelope_from.rb, line 57
def month_name
  elements[2]
end
time_of_day() click to toggle source
# File lib/mail/parsers/envelope_from.rb, line 65
def time_of_day
  elements[6]
end
year() click to toggle source
# File lib/mail/parsers/envelope_from.rb, line 69
def year
  elements[8]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.