Module: Lithic::Models::TransactionMonitoring::CaseActivityType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/lithic/models/transaction_monitoring/case_activity_type.rb,
sig/lithic/models/transaction_monitoring/case_activity_type.rbs
Overview
The case field that changed, or the action that was taken, in an activity entry:
STATUS- The case status changedTITLE- The case title changedASSIGNED_TO- The case assignee changedRESOLUTION_OUTCOME- The resolution outcome was set or changedRESOLUTION_NOTES- The resolution notes were set or changedTAGS- The case tags changedPRIORITY- The case priority changedCOMMENT- A comment was added or editedFILE- A file was attached to the case
Constant Summary collapse
- STATUS =
:STATUS- TITLE =
:TITLE- ASSIGNED_TO =
:ASSIGNED_TO- RESOLUTION_OUTCOME =
:RESOLUTION_OUTCOME- RESOLUTION_NOTES =
:RESOLUTION_NOTES- TAGS =
:TAGS- PRIORITY =
:PRIORITY- COMMENT =
:COMMENT- FILE =
:FILE
Class Method Summary collapse
Instance 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/lithic/models/transaction_monitoring/case_activity_type.rb', line 30
|
Instance Method Details
#self?.values ⇒ ::Array[Lithic::Models::TransactionMonitoring::case_activity_type]
28 |
# File 'sig/lithic/models/transaction_monitoring/case_activity_type.rbs', line 28
def self?.values: -> ::Array[Lithic::Models::TransactionMonitoring::case_activity_type]
|