Module: Mail::RFC2822::DateTime1
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#date ⇒ Object
2819 2820 2821 |
# File 'lib/mail/parsers/rfc2822.rb', line 2819 def date elements[1] end |
#FWS ⇒ Object
2823 2824 2825 |
# File 'lib/mail/parsers/rfc2822.rb', line 2823 def FWS elements[2] end |
#time ⇒ Object
2827 2828 2829 |
# File 'lib/mail/parsers/rfc2822.rb', line 2827 def time elements[3] end |