Sha256: 434daa4adb2693873d0e7beb1092fe4a2b6966dff1011718697ddf4339cf45ba

Contents?: true

Size: 252 Bytes

Versions: 4

Compression:

Stored size: 252 Bytes

Contents

# frozen_string_literal: true

require "anyway_config"
require "logger"

module Trellodon
  class Config < Anyway::Config
    config_name :trellodon

    attr_config :api_token, :api_key

    def self.logger
      Logger.new($stdout)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
trellodon-0.3.0 lib/trellodon/config.rb
trellodon-0.2.1 lib/trellodon/config.rb
trellodon-0.2.0 lib/trellodon/config.rb
trellodon-0.1.0 lib/trellodon/config.rb