# File lib/mail/fields/content_location_field.rb, line 37
37: def decoded
38: location
39: end
# File lib/mail/fields/content_location_field.rb, line 24
24: def element
25: @element ||= Mail::ContentLocationElement.new(value)
26: end
TODO: Fix this up
# File lib/mail/fields/content_location_field.rb, line 33
33: def encoded
34: "#{CAPITALIZED_FIELD}: #{location}\r\n"
35: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.