Class: GustoEmbedded::Shared::ChildSupportData
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::ChildSupportData
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/child_support_data.rb
Overview
Child Support agency data
Instance Method Summary collapse
-
#initialize(agencies: nil) ⇒ ChildSupportData
constructor
A new instance of ChildSupportData.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(agencies: nil) ⇒ ChildSupportData
Returns a new instance of ChildSupportData.
19 20 21 |
# File 'lib/gusto_embedded/models/shared/child_support_data.rb', line 19 def initialize(agencies: nil) @agencies = agencies end |