Class: Igniter::Embed::Contractable::Config::EventHandler
- Inherits:
-
Struct
- Object
- Struct
- Igniter::Embed::Contractable::Config::EventHandler
- Defined in:
- lib/igniter/embed/contractable/config.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event
7 8 9 |
# File 'lib/igniter/embed/contractable/config.rb', line 7 def event @event end |
#handler ⇒ Object
Returns the value of attribute handler
7 8 9 |
# File 'lib/igniter/embed/contractable/config.rb', line 7 def handler @handler end |
#source ⇒ Object
Returns the value of attribute source
7 8 9 |
# File 'lib/igniter/embed/contractable/config.rb', line 7 def source @source end |