Class: Kettle::Jem::PluginRegistry::Hook

Inherits:
Struct
  • Object
show all
Defined in:
lib/kettle/jem.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



1572
1573
1574
# File 'lib/kettle/jem.rb', line 1572

def callback
  @callback
end

#phaseObject

Returns the value of attribute phase

Returns:

  • (Object)

    the current value of phase



1572
1573
1574
# File 'lib/kettle/jem.rb', line 1572

def phase
  @phase
end

#plugin_nameObject

Returns the value of attribute plugin_name

Returns:

  • (Object)

    the current value of plugin_name



1572
1573
1574
# File 'lib/kettle/jem.rb', line 1572

def plugin_name
  @plugin_name
end

#timingObject

Returns the value of attribute timing

Returns:

  • (Object)

    the current value of timing



1572
1573
1574
# File 'lib/kettle/jem.rb', line 1572

def timing
  @timing
end