Class: Kettle::Jem::PluginRegistry::Hook
- Inherits:
-
Struct
- Object
- Struct
- Kettle::Jem::PluginRegistry::Hook
- Defined in:
- lib/kettle/jem.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#phase ⇒ Object
Returns the value of attribute phase.
-
#plugin_name ⇒ Object
Returns the value of attribute plugin_name.
-
#timing ⇒ Object
Returns the value of attribute timing.
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
1572 1573 1574 |
# File 'lib/kettle/jem.rb', line 1572 def callback @callback end |
#phase ⇒ Object
Returns the value of attribute phase
1572 1573 1574 |
# File 'lib/kettle/jem.rb', line 1572 def phase @phase end |
#plugin_name ⇒ Object
Returns the value of attribute plugin_name
1572 1573 1574 |
# File 'lib/kettle/jem.rb', line 1572 def plugin_name @plugin_name end |
#timing ⇒ Object
Returns the value of attribute timing
1572 1573 1574 |
# File 'lib/kettle/jem.rb', line 1572 def timing @timing end |