Class: FinchAPI::Models::HRIS::PayStatementDataSyncInProgress

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/finch_api/models/hris/pay_statement_data_sync_in_progress.rb

Defined Under Namespace

Modules: Code, FinchCode, Message, Name

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#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

#codeFloat, FinchAPI::Models::HRIS::PayStatementDataSyncInProgress::Code



10
# File 'lib/finch_api/models/hris/pay_statement_data_sync_in_progress.rb', line 10

required :code, enum: -> { FinchAPI::HRIS::PayStatementDataSyncInProgress::Code }

#finch_codeSymbol, FinchAPI::Models::HRIS::PayStatementDataSyncInProgress::FinchCode



15
# File 'lib/finch_api/models/hris/pay_statement_data_sync_in_progress.rb', line 15

required :finch_code, enum: -> { FinchAPI::HRIS::PayStatementDataSyncInProgress::FinchCode }

#messageSymbol, FinchAPI::Models::HRIS::PayStatementDataSyncInProgress::Message



20
# File 'lib/finch_api/models/hris/pay_statement_data_sync_in_progress.rb', line 20

required :message, enum: -> { FinchAPI::HRIS::PayStatementDataSyncInProgress::Message }

#nameSymbol, FinchAPI::Models::HRIS::PayStatementDataSyncInProgress::Name



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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/finch_api/models/hris/pay_statement_data_sync_in_progress.rb', line 39