Class: GustoEmbedded::Operations::SubmissionBlockers

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/operations/submission_blockers.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(blocker_type: nil, selected_option: nil) ⇒ SubmissionBlockers

Returns a new instance of SubmissionBlockers.



21
22
23
24
# File 'lib/gusto_embedded/models/operations/submission_blockers.rb', line 21

def initialize(blocker_type: nil, selected_option: nil)
  @blocker_type = blocker_type
  @selected_option = selected_option
end