Methods

Class/Module Index [+]

Quicksearch

TMail::UnstructuredHeader

Public Instance Methods

body() click to toggle source
# File lib/tmail/header.rb, line 176
def body
  ensure_parsed
  @body
end
body=( arg ) click to toggle source
# File lib/tmail/header.rb, line 181
def body=( arg )
  ensure_parsed
  @body = arg
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.