Class: Taro::Types::ObjectTypes::NoContentType
- Inherits:
-
ResponseType
- Object
- Struct
- BaseType
- Taro::Types::ObjectType
- ResponseType
- Taro::Types::ObjectTypes::NoContentType
- Defined in:
- lib/taro/types/object_types/no_content_type.rb
Constant Summary
Constants included from Shared::OpenAPIFormat
Shared::OpenAPIFormat::OPENAPI_INTEGER_FORMATS, Shared::OpenAPIFormat::OPENAPI_NUMBER_FORMATS, Shared::OpenAPIFormat::OPENAPI_STRING_FORMATS
Constants included from Shared::OpenAPIType
Shared::OpenAPIType::OPENAPI_TYPES
Instance Attribute Summary
Attributes inherited from BaseType
Attributes included from Shared::AdditionalProperties
Attributes included from Shared::Deprecation
Class Method Summary collapse
-
.render ⇒ Object
render takes no arguments in this case.
Instance Method Summary collapse
Methods inherited from ResponseType
Methods included from Shared::Fields
Methods included from Shared::ObjectCoercion
Methods included from Shared::CustomFieldResolvers
Methods included from Shared::AdditionalProperties
#additional_properties?, #inherited
Methods included from Shared::DerivedTypes
#define_derived_type, #derived_types, map
Methods included from Shared::Description
Methods included from Shared::Equivalence
#equal_properties?, #equivalent?
Methods included from Shared::Name
Methods included from Shared::OpenAPIFormat
#inherited, #openapi_format, #openapi_format=
Methods included from Shared::OpenAPIName
#default_openapi_name, #openapi_name, #openapi_name=
Methods included from Shared::OpenAPIType
#inherited, #openapi_type, #openapi_type=
Methods included from Shared::Rendering
#last_render, #last_render=, #render, #used_in_response
Methods included from Shared::TypeClass
Methods included from Shared::Errors
#coerce_error_message, #input_error, #response_error
Methods included from Shared::Caching
#cached_coerce_response, included
Class Method Details
.render ⇒ Object
render takes no arguments in this case
6 7 8 |
# File 'lib/taro/types/object_types/no_content_type.rb', line 6 def self.render super(nil) end |
Instance Method Details
#coerce_response ⇒ Object
10 11 12 |
# File 'lib/taro/types/object_types/no_content_type.rb', line 10 def coerce_response {} end |