Class/Module Index [+]

Quicksearch

Mail::EnvelopeFrom::CtimeDate0

Public Instance Methods

day() click to toggle source
# File lib/mail/parsers/envelope_from.rb, line 64
def day
  elements[4]
end
day_name() click to toggle source
# File lib/mail/parsers/envelope_from.rb, line 56
def day_name
  elements[0]
end
month_name() click to toggle source
# File lib/mail/parsers/envelope_from.rb, line 60
def month_name
  elements[2]
end
time_of_day() click to toggle source
# File lib/mail/parsers/envelope_from.rb, line 68
def time_of_day
  elements[6]
end
year() click to toggle source
# File lib/mail/parsers/envelope_from.rb, line 72
def year
  elements[8]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.