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



1515
1516
1517
# File 'lib/kettle/jem.rb', line 1515

def callback
  @callback
end

#phaseObject

Returns the value of attribute phase

Returns:

  • (Object)

    the current value of phase



1515
1516
1517
# File 'lib/kettle/jem.rb', line 1515

def phase
  @phase
end

#plugin_nameObject

Returns the value of attribute plugin_name

Returns:

  • (Object)

    the current value of plugin_name



1515
1516
1517
# File 'lib/kettle/jem.rb', line 1515

def plugin_name
  @plugin_name
end

#timingObject

Returns the value of attribute timing

Returns:

  • (Object)

    the current value of timing



1515
1516
1517
# File 'lib/kettle/jem.rb', line 1515

def timing
  @timing
end