Class: Taro::Types::ResponseType
- Inherits:
-
ObjectType
- Object
- BaseType
- ObjectType
- Taro::Types::ResponseType
- Defined in:
- lib/taro/types/response_type.rb
Overview
Abstract base class for response types, i.e. types without input parsing.
Direct Known Subclasses
NestedResponseType, ObjectTypes::NoContentType, ObjectTypes::PageInfoType, ObjectTypes::PageType
Instance Method Summary collapse
Methods included from Shared::Fields
Methods included from Shared::ObjectCoercion
Methods included from Shared::CustomFieldResolvers
Instance Method Details
#coerce_input ⇒ Object
5 6 7 |
# File 'lib/taro/types/response_type.rb', line 5 def coerce_input input_error "#{self.class.name} is a ResponseType and cannot be used as input type" end |