Method: Exec#initialize
- Defined in:
- lib/oxidized/hook/exec.rb
#initialize ⇒ Exec
Returns a new instance of Exec.
4 5 6 7 8 |
# File 'lib/oxidized/hook/exec.rb', line 4 def initialize super @timeout = 60 @async = false end |
Returns a new instance of Exec.
4 5 6 7 8 |
# File 'lib/oxidized/hook/exec.rb', line 4 def initialize super @timeout = 60 @async = false end |