Class: StatusCheck::Plugins::Example

Inherits:
Object
  • Object
show all
Defined in:
lib/statuscheck/plugins/example.rb

Overview

Example status check

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ Example

Returns a new instance of Example.



5
6
7
# File 'lib/statuscheck/plugins/example.rb', line 5

def initialize(args)
  @args = args
end

Instance Method Details

#requestObject



9
10
11
# File 'lib/statuscheck/plugins/example.rb', line 9

def request
  'NORMAL'
end