class Opsgenie::Config

Attributes

opsgenie_api_key[R]

Public Class Methods

configure(opsgenie_api_key) click to toggle source
# File lib/opsgenie/config.rb, line 6
def configure(opsgenie_api_key)
  @opsgenie_api_key = opsgenie_api_key
  self
end