Module: DashingContrib::Pingdom::Checks

Extended by:
Checks
Included in:
Checks
Defined in:
lib/dashing-contrib/bottles/pingdom/checks.rb

Instance Method Summary collapse

Instance Method Details

#fetch(credentials, id) ⇒ Object



9
10
11
# File 'lib/dashing-contrib/bottles/pingdom/checks.rb', line 9

def fetch(credentials, id)
  make_request(credentials, id)
end