Module: Mail::RFC2822::DateTime1
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#date ⇒ Object
2986 2987 2988 |
# File 'lib/mail/parsers/rfc2822.rb', line 2986 def date elements[1] end |
#FWS ⇒ Object
2990 2991 2992 |
# File 'lib/mail/parsers/rfc2822.rb', line 2990 def FWS elements[2] end |
#time ⇒ Object
2994 2995 2996 |
# File 'lib/mail/parsers/rfc2822.rb', line 2994 def time elements[3] end |