Class: Boxen::Hook::Web

Inherits:
Boxen::Hook show all
Defined in:
lib/boxen/hook/web.rb

Instance Attribute Summary

Attributes inherited from Boxen::Hook

#checkout, #config, #puppet, #result

Instance Method Summary collapse

Methods inherited from Boxen::Hook

all, #enabled?, #initialize, #run

Constructor Details

This class inherits a constructor from Boxen::Hook

Instance Method Details

#perform?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/boxen/hook/web.rb', line 8

def perform?
  enabled?
end