Class: GustoEmbedded::Shared::Flow

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

Overview

The representation of a flow in Gusto white-label UI.

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(url: nil) ⇒ Flow

Returns a new instance of Flow.



19
20
21
# File 'lib/gusto_embedded/models/shared/flow.rb', line 19

def initialize(url: nil)
  @url = url
end