Class: GustoEmbedded::Operations::RequirementSets

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(effective_from: nil, key: nil, requirements: nil, state: nil) ⇒ RequirementSets

Returns a new instance of RequirementSets.



25
26
27
28
29
30
# File 'lib/gusto_embedded/models/operations/requirement_sets.rb', line 25

def initialize(effective_from: nil, key: nil, requirements: nil, state: nil)
  @effective_from = effective_from
  @key = key
  @requirements = requirements
  @state = state
end