Methods

Class/Module Index [+]

Quicksearch

TMail::MessageIdHeader

Public Instance Methods

id() click to toggle source
# File lib/tmail/header.rb, line 396
def id
  ensure_parsed
  @id
end
id=( arg ) click to toggle source
# File lib/tmail/header.rb, line 401
def id=( arg )
  ensure_parsed
  @id = arg
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.