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
1515 1516 1517 |
# File 'lib/kettle/jem.rb', line 1515 def callback @callback end |
#phase ⇒ Object
Returns the value of attribute phase
1515 1516 1517 |
# File 'lib/kettle/jem.rb', line 1515 def phase @phase end |
#plugin_name ⇒ Object
Returns the value of attribute plugin_name
1515 1516 1517 |
# File 'lib/kettle/jem.rb', line 1515 def plugin_name @plugin_name end |
#timing ⇒ Object
Returns the value of attribute timing
1515 1516 1517 |
# File 'lib/kettle/jem.rb', line 1515 def timing @timing end |