Class: GustoEmbedded::Shared::PayrollSubmissionBlockersType
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::PayrollSubmissionBlockersType
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/payroll_submission_blockers_type.rb
Instance Method Summary collapse
-
#initialize(blocker_name: nil, blocker_type: nil, selected_option: nil, status: nil, unblock_options: nil) ⇒ PayrollSubmissionBlockersType
constructor
A new instance of PayrollSubmissionBlockersType.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(blocker_name: nil, blocker_type: nil, selected_option: nil, status: nil, unblock_options: nil) ⇒ PayrollSubmissionBlockersType
Returns a new instance of PayrollSubmissionBlockersType.
27 28 29 30 31 32 33 |
# File 'lib/gusto_embedded/models/shared/payroll_submission_blockers_type.rb', line 27 def initialize(blocker_name: nil, blocker_type: nil, selected_option: nil, status: nil, unblock_options: nil) @blocker_name = blocker_name @blocker_type = blocker_type @selected_option = selected_option @status = status @unblock_options = end |