Methods

Class/Module Index [+]

Quicksearch

Mail::ContentDescriptionField

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.