Class: Maitredee::Subscriber::EventConfig
- Inherits:
-
Struct
- Object
- Struct
- Maitredee::Subscriber::EventConfig
- Defined in:
- lib/maitredee/subscriber.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#event_name ⇒ Object
Returns the value of attribute event_name.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
43 44 45 |
# File 'lib/maitredee/subscriber.rb', line 43 def action @action end |
#event_name ⇒ Object
Returns the value of attribute event_name
43 44 45 |
# File 'lib/maitredee/subscriber.rb', line 43 def event_name @event_name end |