Class: Protocol::Multipart::Header::ContentDisposition

Inherits:
Parameterized
  • Object
show all
Defined in:
lib/protocol/multipart/header/content_disposition.rb

Overview

A MIME Content-Disposition header value.

Constant Summary collapse

VALUE_PATTERN =
/\A[ \t]*(#{TOKEN})[ \t]*/.freeze
NAME =
"content-disposition"

Constants inherited from Parameterized

Parameterized::PARAMETER_PATTERN, Parameterized::TOKEN

Instance Attribute Summary

Attributes inherited from Parameterized

#parameters, #type

Method Summary

Methods inherited from Parameterized

#<<, #[], coerce, #initialize, parse, #to_s

Constructor Details

This class inherits a constructor from Protocol::Multipart::Header::Parameterized