Methods

Class Index [+]

Quicksearch

Mail::CommentsField

Constants

FIELD_NAME
CAPITALIZED_FIELD

Public Class Methods

new(value = nil, charset = 'utf-8') click to toggle source
    # File lib/mail/fields/comments_field.rb, line 33
33:     def initialize(value = nil, charset = 'utf-8')
34:       @charset = charset
35:       super(CAPITALIZED_FIELD, strip_field(FIELD_NAME, value))
36:       self.parse
37:       self
38:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.