Class/Module Index [+]

Quicksearch

TMail::ContentTransferEncodingHeader

Constants

PARSE_TYPE

Public Instance Methods

encoding() click to toggle source
# File lib/tmail/header.rb, line 834
def encoding
  ensure_parsed
  @encoding
end
encoding=( arg ) click to toggle source
# File lib/tmail/header.rb, line 839
def encoding=( arg )
  ensure_parsed
  @encoding = arg
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.