Class: Maitredee::Subscriber::EventConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/maitredee/subscriber.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



43
44
45
# File 'lib/maitredee/subscriber.rb', line 43

def action
  @action
end

#event_nameObject

Returns the value of attribute event_name

Returns:

  • (Object)

    the current value of event_name



43
44
45
# File 'lib/maitredee/subscriber.rb', line 43

def event_name
  @event_name
end