Module: Mail::RFC2822::Time0
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#FWS ⇒ Object
3623 3624 3625 |
# File 'lib/mail/parsers/rfc2822.rb', line 3623 def FWS elements[1] end |
#time_of_day ⇒ Object
3619 3620 3621 |
# File 'lib/mail/parsers/rfc2822.rb', line 3619 def time_of_day elements[0] end |
#zone ⇒ Object
3627 3628 3629 |
# File 'lib/mail/parsers/rfc2822.rb', line 3627 def zone elements[2] end |