Module: ModerationAPI::Models::ActionCreateResponse::Type
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/moderation_api/models/action_create_response.rb
Overview
The type of the action.
Constant Summary collapse
- AUTHOR_BLOCK =
:AUTHOR_BLOCK- AUTHOR_BLOCK_TEMP =
:AUTHOR_BLOCK_TEMP- AUTHOR_UNBLOCK =
:AUTHOR_UNBLOCK- AUTHOR_DELETE =
:AUTHOR_DELETE- AUTHOR_REPORT =
:AUTHOR_REPORT- AUTHOR_WARN =
:AUTHOR_WARN- AUTHOR_CUSTOM =
:AUTHOR_CUSTOM- ITEM_REJECT =
:ITEM_REJECT- ITEM_ALLOW =
:ITEM_ALLOW- ITEM_CUSTOM =
:ITEM_CUSTOM
Class Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/moderation_api/models/action_create_response.rb', line 183
|