Class: Object

Inherits:
BasicObject
Defined in:
lib/rhook.rb

Instance Method Summary collapse

Instance Method Details

#_rhookRHook::RHookService

Get RHook::RHookService object bound to this object.

Returns:



350
351
352
# File 'lib/rhook.rb', line 350

def _rhook
  @_rhook ||= RHook::RHookService.new(self)
end