Class: FinchAPI::Models::HRIS::PayStatementDataSyncInProgress
Defined Under Namespace
Modules: Code, FinchCode, Message, Name
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(code: , finch_code: , message: , name: ) ⇒ Object
|
# File 'lib/finch_api/models/hris/pay_statement_data_sync_in_progress.rb', line 27
|
Instance Attribute Details
10
|
# File 'lib/finch_api/models/hris/pay_statement_data_sync_in_progress.rb', line 10
required :code, enum: -> { FinchAPI::HRIS::PayStatementDataSyncInProgress::Code }
|
15
|
# File 'lib/finch_api/models/hris/pay_statement_data_sync_in_progress.rb', line 15
required :finch_code, enum: -> { FinchAPI::HRIS::PayStatementDataSyncInProgress::FinchCode }
|
20
|
# File 'lib/finch_api/models/hris/pay_statement_data_sync_in_progress.rb', line 20
required :message, enum: -> { FinchAPI::HRIS::PayStatementDataSyncInProgress::Message }
|
25
|
# File 'lib/finch_api/models/hris/pay_statement_data_sync_in_progress.rb', line 25
required :name, enum: -> { FinchAPI::HRIS::PayStatementDataSyncInProgress::Name }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/finch_api/models/hris/pay_statement_data_sync_in_progress.rb', line 39
|