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