Class: TMail::StructuredHeader

Inherits:
HeaderField show all
Defined in:
lib/tmail-pure/header.rb

Constant Summary

Constants inherited from HeaderField

HeaderField::FNAME_TO_CLASS

Instance Method Summary collapse

Methods inherited from HeaderField

#accept, #body, #body=, #empty?, #illegal?, #initialize, #inspect, internal_new, new, new_from_port, newobj

Methods included from StrategyInterface

#accept_strategy, create_dest, #decoded, #encoded

Constructor Details

This class inherits a constructor from TMail::HeaderField

Instance Method Details

#commentsObject



158
159
160
161
# File 'lib/tmail-pure/header.rb', line 158

def comments
  ensure_parsed
  @comments
end