Class: WorkflowRb::SubscriptionStep

Inherits:
WorkflowStep show all
Defined in:
lib/workflow_rb/models/subscription_step.rb

Instance Attribute Summary collapse

Attributes inherited from WorkflowStep

#body, #id, #inputs, #name, #outcomes, #outputs

Instance Method Summary collapse

Constructor Details

#initializeSubscriptionStep

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_keyObject

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_nameObject

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