Class: Cadence::Workflow::Decision::ScheduleActivity
- Inherits:
-
Struct
- Object
- Struct
- Cadence::Workflow::Decision::ScheduleActivity
- Defined in:
- lib/cadence/workflow/decision.rb
Overview
TODO: Move these classes into their own directories under workflow/decision/*
Instance Attribute Summary collapse
-
#activity_id ⇒ Object
Returns the value of attribute activity_id.
-
#activity_type ⇒ Object
Returns the value of attribute activity_type.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#input ⇒ Object
Returns the value of attribute input.
-
#retry_policy ⇒ Object
Returns the value of attribute retry_policy.
-
#task_list ⇒ Object
Returns the value of attribute task_list.
-
#timeouts ⇒ Object
Returns the value of attribute timeouts.
Instance Attribute Details
#activity_id ⇒ Object
Returns the value of attribute activity_id
5 6 7 |
# File 'lib/cadence/workflow/decision.rb', line 5 def activity_id @activity_id end |
#activity_type ⇒ Object
Returns the value of attribute activity_type
5 6 7 |
# File 'lib/cadence/workflow/decision.rb', line 5 def activity_type @activity_type end |
#domain ⇒ Object
Returns the value of attribute domain
5 6 7 |
# File 'lib/cadence/workflow/decision.rb', line 5 def domain @domain end |
#headers ⇒ Object
Returns the value of attribute headers
5 6 7 |
# File 'lib/cadence/workflow/decision.rb', line 5 def headers @headers end |
#input ⇒ Object
Returns the value of attribute input
5 6 7 |
# File 'lib/cadence/workflow/decision.rb', line 5 def input @input end |
#retry_policy ⇒ Object
Returns the value of attribute retry_policy
5 6 7 |
# File 'lib/cadence/workflow/decision.rb', line 5 def retry_policy @retry_policy end |
#task_list ⇒ Object
Returns the value of attribute task_list
5 6 7 |
# File 'lib/cadence/workflow/decision.rb', line 5 def task_list @task_list end |
#timeouts ⇒ Object
Returns the value of attribute timeouts
5 6 7 |
# File 'lib/cadence/workflow/decision.rb', line 5 def timeouts @timeouts end |