Class | TMail::ContentTypeHeader |
In: |
lib/tmail/header.rb
|
Parent: | StructuredHeader |
PARSE_TYPE | = | :CTYPE |
# File lib/tmail/header.rb, line 733 def []=(key, val) ensure_parsed (@params ||= {})[key] = val end
# File lib/tmail/header.rb, line 718 def content_type ensure_parsed @sub ? sprintf('%s/%s', @main, @sub) : @main end