Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
flow
master
Flow
ActiveFlow
Failure
Prop
Error
ErrorList
Validator
Property
Response
Helpers
Result
Step
Success
Utils
MergeParams
Built with Crystal 1.9.2
2023-10-07 10:22:56 UTC
class
Flow::ActiveFlow
Flow::ActiveFlow
Reference
Object
Defined in:
flow/active_flow.cr
Class Method Summary
.call
(input : Hash)
.call
(input : Lucky::Params)
.enqueue
(step :
Flow
::
Step
.
class
)
.step
(klass :
Flow
::
Step
.
class
)
Instance Method Summary
#call
(input : Hash)
Class Method Detail
def self.
call
(input : Hash)
#
[
View source
]
def self.
call
(input : Lucky::Params)
#
[
View source
]
def self.
enqueue
(step :
Flow
::
Step
.
class
)
#
[
View source
]
def self.
step
(klass :
Flow
::
Step
.
class
)
#
[
View source
]
Instance Method Detail
def
call
(input : Hash)
#
[
View source
]