Method: Mail::Header#fields
- Defined in:
- lib/mail/header.rb
#fields ⇒ Object
Returns an array of all the fields in the header in order that they were read in.
67 68 69 |
# File 'lib/mail/header.rb', line 67 def fields @fields ||= FieldList.new end |