Sha256: 42289126c94e30595cbb2dfc001f71b52c9bb13c2a97485d19a8db9347f13047

Contents?: true

Size: 157 Bytes

Versions: 4

Compression:

Stored size: 157 Bytes

Contents

class CoolConfig < Anyway::Config
  config_name :cool
  attr_config :meta, :data, port: 8080, host: 'localhost', user: {name: 'admin', password: 'admin'}
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
anyway_config-0.4.0 spec/support/cool_config.rb
anyway_config-0.3.0 spec/support/cool_config.rb
anyway_config-0.2.0 spec/support/cool_config.rb
anyway_config-0.1.0 spec/support/cool_config.rb