Module: HttpHeaders::ContentType
- Defined in:
- lib/http_headers/content_type.rb,
lib/http_headers/content_type/version.rb
Defined Under Namespace
Classes: Entry
Constant Summary collapse
- VERSION =
'0.1.1'
Class Method Summary collapse
Class Method Details
.new(value) ⇒ Object
7 8 9 |
# File 'lib/http_headers/content_type.rb', line 7 def new(value) Utils::Single.new(value, entry_klazz: Entry) end |