Class: GustoEmbedded::Operations::PostV1CompanyFlowsRequestBody

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(flow_type: nil, entity_type: nil, entity_uuid: nil) ⇒ PostV1CompanyFlowsRequestBody

Returns a new instance of PostV1CompanyFlowsRequestBody.



23
24
25
26
27
# File 'lib/gusto_embedded/models/operations/post_v1_company_flows_requestbody.rb', line 23

def initialize(flow_type: nil, entity_type: nil, entity_uuid: nil)
  @flow_type = flow_type
  @entity_type = entity_type
  @entity_uuid = entity_uuid
end