Class: WorkflowRb::SubscriptionStep
- Inherits:
-
WorkflowStep
- Object
- WorkflowStep
- WorkflowRb::SubscriptionStep
- Defined in:
- lib/workflow_rb/models/subscription_step.rb
Instance Attribute Summary collapse
-
#event_key ⇒ Object
Returns the value of attribute event_key.
-
#event_name ⇒ Object
Returns the value of attribute event_name.
Attributes inherited from WorkflowStep
#body, #id, #inputs, #name, #outcomes, #outputs
Instance Method Summary collapse
-
#initialize ⇒ SubscriptionStep
constructor
A new instance of SubscriptionStep.
Constructor Details
#initialize ⇒ SubscriptionStep
Returns a new instance of SubscriptionStep.
9 10 11 12 |
# File 'lib/workflow_rb/models/subscription_step.rb', line 9 def initialize super @body = SubscriptionStepBody end |
Instance Attribute Details
#event_key ⇒ Object
Returns the value of attribute event_key.
7 8 9 |
# File 'lib/workflow_rb/models/subscription_step.rb', line 7 def event_key @event_key end |
#event_name ⇒ Object
Returns the value of attribute event_name.
6 7 8 |
# File 'lib/workflow_rb/models/subscription_step.rb', line 6 def event_name @event_name end |