Class: GustoEmbedded::Shared::ApplicableIf

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(key: nil, value: nil) ⇒ ApplicableIf

Returns a new instance of ApplicableIf.



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

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