class WorkflowRb::SubscriptionStep

Attributes

event_key[RW]
event_name[RW]

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/workflow_rb/models/subscription_step.rb, line 9
def initialize
  super
  @body = SubscriptionStepBody
end