module PagerDuty

Constants

VERSION

Public Class Methods

client() click to toggle source
# File lib/pager_duty.rb, line 12
def client
  return @client if defined?(@client)
  @client = PagerDuty::Client.new(options)
end