[Source]
# File lib/tmail/header.rb, line 396 def id ensure_parsed @id end
# File lib/tmail/header.rb, line 401 def id=( arg ) ensure_parsed @id = arg end
[Validate]