Class: GustoEmbedded::Shared::Flow
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::Flow
- 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
-
#initialize(url: nil) ⇒ Flow
constructor
A new instance of Flow.
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 |