Class: TMail::MessageIdHeader

Inherits:
StructuredHeader 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 StructuredHeader

#comments

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

#idObject



339
340
341
342
# File 'lib/tmail-pure/header.rb', line 339

def id
  ensure_parsed
  @id
end

#id=(arg) ⇒ Object



344
345
346
347
# File 'lib/tmail-pure/header.rb', line 344

def id=(arg)
  ensure_parsed
  @id = arg
end