Class: GustoEmbedded::Shared::ApplicableIf
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::ApplicableIf
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/applicable_if.rb
Instance Method Summary collapse
-
#initialize(key: nil, value: nil) ⇒ ApplicableIf
constructor
A new instance of ApplicableIf.
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 |