Sha256: bfaca500c00af87e174b90652917e28979657d0bcaeee938b4cf148296bad250

Contents?: true

Size: 257 Bytes

Versions: 15

Compression:

Stored size: 257 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
anyway_config-1.4.4 spec/support/cool_config.rb
anyway_config-1.4.3 spec/support/cool_config.rb
anyway_config-1.4.2 spec/support/cool_config.rb
anyway_config-1.4.1 spec/support/cool_config.rb
anyway_config-1.4.0 spec/support/cool_config.rb
anyway_config-1.3.1 spec/support/cool_config.rb
anyway_config-1.3.0 spec/support/cool_config.rb
anyway_config-1.2.0 spec/support/cool_config.rb
anyway_config-1.1.3 spec/support/cool_config.rb
anyway_config-1.1.2 spec/support/cool_config.rb
anyway_config-1.1.1 spec/support/cool_config.rb
anyway_config-1.1.0 spec/support/cool_config.rb
anyway_config-1.0.0 spec/support/cool_config.rb
anyway_config-1.0.0.rc1 spec/support/cool_config.rb
anyway_config-0.5.1.rc1 spec/support/cool_config.rb