Class: FinchAPI::Models::HRIS::EmploymentData::CustomField
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::HRIS::EmploymentData::CustomField
- Defined in:
- lib/finch_api/models/hris/employment_data.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(id: nil, class_code: nil, custom_fields: nil, department: nil, employment: nil, employment_status: nil, end_date: nil, first_name: nil, income: nil, income_history: nil, is_active: nil, last_name: nil, latest_rehire_date: nil, location: nil, manager: nil, middle_name: nil, source_id: nil, start_date: nil, title: nil, work_id: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see FinchAPI::Models::HRIS::EmploymentData for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, dump, fields, hash, #hash, inspect, #inspect, known_fields, optional, required, #to_h, #to_json, #to_s, #to_yaml, walk
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
Constructor Details
#initialize(id: nil, class_code: nil, custom_fields: nil, department: nil, employment: nil, employment_status: nil, end_date: nil, first_name: nil, income: nil, income_history: nil, is_active: nil, last_name: nil, latest_rehire_date: nil, location: nil, manager: nil, middle_name: nil, source_id: nil, start_date: nil, title: nil, work_id: nil) ⇒ Object
Some parameter documentations has been truncated, see FinchAPI::Models::HRIS::EmploymentData for more details.
…
…
…
182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 |
# File 'lib/finch_api/models/hris/employment_data.rb', line 182 class CustomField < FinchAPI::Internal::Type::BaseModel # @!attribute name # # @return [String, nil] optional :name, String # @!attribute value # # @return [Object, nil] optional :value, FinchAPI::Internal::Type::Unknown # @!method initialize(name: nil, value: nil) # @param name [String] # @param value [Object] end |