Sha256: fd8930cc7ff0d9e94db58ea8990e2591ab6b55a9be97e166dcb34ad96dd0fb82
Contents?: true
Size: 216 Bytes
Versions: 2
Compression:
Stored size: 216 Bytes
Contents
# frozen_string_literal: true class MyAppClient extend Sinclair::EnvSettable settings_prefix 'MY_APP' with_settings :username, :password, host: 'my-host.com' setting_with_options :port, type: :integer end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sinclair-2.1.1 | spec/support/models/my_app_client.rb |
sinclair-2.1.0 | spec/support/models/my_app_client.rb |