Method: Jsapi::Meta::Response::Base#content_type
- Defined in:
- lib/jsapi/meta/response/base.rb
#content_type ⇒ Object
:attr: content_type The media type of the response, "application/json" by default.
15 |
# File 'lib/jsapi/meta/response/base.rb', line 15 attribute :content_type, Media::Type, default: Media::Type::APPLICATION_JSON |