Sha256: 7289906ee21ac869543a1d858cc1c3e13f36cb93a3dca1a358b1edc5522485f7
Contents?: true
Size: 227 Bytes
Versions: 10
Compression:
Stored size: 227 Bytes
Contents
# frozen_string_literal: true module Codat class Configuration attr_accessor :api_key, :environment def initialize @api_key = '' @environment = :uat # can be either :uat or :production end end end
Version data entries
10 entries across 10 versions & 1 rubygems