Sha256: d593e280f68ba1e3af4b2803a9703eddca0e6a4a599288a68be387e23d8801d5
Contents?: true
Size: 210 Bytes
Versions: 7
Compression:
Stored size: 210 Bytes
Contents
module Opsgenie class Config class << self attr_reader :opsgenie_api_key def configure(opsgenie_api_key) @opsgenie_api_key = opsgenie_api_key self end end end end
Version data entries
7 entries across 7 versions & 1 rubygems