Class: CtdDocumentation::ContentTypeEnum

Inherits:
Object
  • Object
show all
Defined in:
lib/ctd_documentation/models/content_type_enum.rb

Overview

Content-Type.

Constant Summary collapse

CONTENT_TYPE_ENUM =
[
  # TODO: Write general description for ENUM_APPLICATIONJSON
  ENUM_APPLICATIONJSON = 'application/json'.freeze
].freeze