Class: Taro::Types::ObjectTypes::NoContentType
- Inherits:
-
ResponseType
- Object
- BaseType
- Taro::Types::ObjectType
- ResponseType
- Taro::Types::ObjectTypes::NoContentType
- Defined in:
- lib/taro/types/object_types/no_content_type.rb
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
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 |