Module: Mail::RFC2822::Date0
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#day ⇒ Object
3048 3049 3050 |
# File 'lib/mail/parsers/rfc2822.rb', line 3048 def day elements[0] end |
#month ⇒ Object
3052 3053 3054 |
# File 'lib/mail/parsers/rfc2822.rb', line 3052 def month elements[1] end |
#year ⇒ Object
3056 3057 3058 |
# File 'lib/mail/parsers/rfc2822.rb', line 3056 def year elements[2] end |