Class: GustoEmbedded::Shared::PayrollBlocker

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

Overview

Example response

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(key: nil, message: nil) ⇒ PayrollBlocker

Returns a new instance of PayrollBlocker.



21
22
23
24
# File 'lib/gusto_embedded/models/shared/payroll_blocker.rb', line 21

def initialize(key: nil, message: nil)
  @key = key
  @message = message
end