Module: Mail::RFC2822::Time0
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#FWS ⇒ Object
3432 3433 3434 |
# File 'lib/mail/parsers/rfc2822.rb', line 3432 def FWS elements[1] end |
#time_of_day ⇒ Object
3428 3429 3430 |
# File 'lib/mail/parsers/rfc2822.rb', line 3428 def time_of_day elements[0] end |
#zone ⇒ Object
3436 3437 3438 |
# File 'lib/mail/parsers/rfc2822.rb', line 3436 def zone elements[2] end |