Class | TMail::ContentDispositionHeader |
In: |
lib/tmail/header.rb
|
Parent: | StructuredHeader |
PARSE_TYPE | = | :CDISPOSITION |
# File lib/tmail/header.rb, line 889 def []( key ) ensure_parsed @params and unquote(@params[key]) end
# File lib/tmail/header.rb, line 894 def []=( key, val ) ensure_parsed (@params ||= {})[key] = val end