Class Mail::ParameterHash
In: lib/mail/fields/common/parameter_hash.rb
Parent: HashWithIndifferentAccess

ParameterHash is an intelligent Hash that allows you to add parameter values including the mime extension paramaters that have the name*0=“blah”, name*1=“bleh” keys, and will just return a single key called name=“blahbleh” and do any required un-encoding to make that happen

Methods

[]   encoded  

Public Instance methods

[Validate]