Class: FinchAPI::Models::HRIS::EmploymentData::BatchError
Instance Attribute 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: , message: , name: , finch_code: nil) ⇒ Object
|
# File 'lib/finch_api/models/hris/employment_data.rb', line 361
|
Instance Attribute Details
#code ⇒ Float
344
|
# File 'lib/finch_api/models/hris/employment_data.rb', line 344
required :code, Float
|
#finch_code ⇒ String?
359
|
# File 'lib/finch_api/models/hris/employment_data.rb', line 359
optional :finch_code, String
|
#message ⇒ String
349
|
# File 'lib/finch_api/models/hris/employment_data.rb', line 349
required :message, String
|
#name ⇒ String
354
|
# File 'lib/finch_api/models/hris/employment_data.rb', line 354
required :name, String
|