module Mail::RFC2822::Date0

Public Instance Methods

day() click to toggle source
# File lib/mail/parsers/rfc2822.rb, line 3280
def day
  elements[0]
end
month() click to toggle source
# File lib/mail/parsers/rfc2822.rb, line 3284
def month
  elements[1]
end
year() click to toggle source
# File lib/mail/parsers/rfc2822.rb, line 3288
def year
  elements[2]
end