Sha256: 43cfad78d9ee30acbb6459580033875cfa9d07162860ed107b2f63134acb65e3
Contents?: true
Size: 364 Bytes
Versions: 1
Compression:
Stored size: 364 Bytes
Contents
module Anyway class TestConfig < Anyway::Config # :nodoc: attr_config :test, api: { key: '' }, log: { format: { color: false, max_length: 100 }, level: :info }, log_levels: [:info, :fatal] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
anyway_config-0.5.1 | spec/support/test_config.rb |