Sha256: 8f996a44d33f102b9e19f3053edff912aa7777ad61f044889ce4c7eebc3b5e54
Contents?: true
Size: 356 Bytes
Versions: 8
Compression:
Stored size: 356 Bytes
Contents
module QodexRails class Configuration attr_accessor :collection_name, :api_key, :allowed_environments, :frequency, :api_host, :pii_masking def initialize @collection_name = nil @api_key = nil @allowed_environments = ['staging'] @frequency = 'medium' @api_host = nil @pii_masking = nil end end end
Version data entries
8 entries across 8 versions & 1 rubygems