class Mail::CommonField
- Mail::CommonField
- Reference
- Object
Direct Known Subclasses
Defined in:
mail/fields/common_field.crConstant Summary
-
FILENAME_RE =
/\b(filename|name)=([^;"\r\n]+\s[^;"\r\n]+)/
Constructors
Class Method Summary
Instance Method Summary
- #charset : String | Nil
- #charset=(charset : String | Nil)
- #decoded
- #default
- #do_decode
- #do_encode
- #element
- #element=(element)
- #encoded
- #errors : Array(Array(Mail::Field::ParseError | String))
- #errors=(errors : Array(Array(String | Field::ParseError)))
- #main_type
- #mime_type
- #name : String | Nil
- #name=(name : String | Nil)
- #parameters
- #parse
- #responsible_for?(field_name)
- #singular?
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #value : String | Nil
- #value=(value)
Constructor Detail
Class Method Detail
Instance Method Detail
def to_s
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.