Class: WorkflowRb::EventSubscription

Inherits:
Object
  • Object
show all
Defined in:
lib/workflow_rb/models/event_subscription.rb

Instance Attribute Summary collapse

Instance Attribute Details

#event_keyObject

Returns the value of attribute event_key.



7
8
9
# File 'lib/workflow_rb/models/event_subscription.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/event_subscription.rb', line 6

def event_name
  @event_name
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/workflow_rb/models/event_subscription.rb', line 3

def id
  @id
end

#step_idObject

Returns the value of attribute step_id.



5
6
7
# File 'lib/workflow_rb/models/event_subscription.rb', line 5

def step_id
  @step_id
end

#workflow_idObject

Returns the value of attribute workflow_id.



4
5
6
# File 'lib/workflow_rb/models/event_subscription.rb', line 4

def workflow_id
  @workflow_id
end