Module: Mail::RFC2822::DateTime1
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#date ⇒ Object
2963 2964 2965 |
# File 'lib/mail/parsers/rfc2822.rb', line 2963 def date elements[1] end |
#FWS ⇒ Object
2967 2968 2969 |
# File 'lib/mail/parsers/rfc2822.rb', line 2967 def FWS elements[2] end |
#time ⇒ Object
2971 2972 2973 |
# File 'lib/mail/parsers/rfc2822.rb', line 2971 def time elements[3] end |