Methods

Class Index [+]

Quicksearch

Mail::ContentDescriptionField

Constants

FIELD_NAME
CAPITALIZED_FIELD

Public Class Methods

new(value = nil, charset = 'utf-8') click to toggle source
    # File lib/mail/fields/content_description_field.rb, line 11
11:     def initialize(value = nil, charset = 'utf-8')
12:       self.charset = charset
13:       super(CAPITALIZED_FIELD, strip_field(FIELD_NAME, value), charset)
14:       self.parse
15:       self
16:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.