Sha256: 9e9a3be5b4399c7d618921d9ec4d9150ee6ca88bab9657cc12e72dd5936e8ed1

Contents?: true

Size: 171 Bytes

Versions: 28

Compression:

Stored size: 171 Bytes

Contents

# frozen_string_literal: true

class MyAppClient
  extend Sinclair::EnvSettable

  settings_prefix 'MY_APP'

  with_settings :username, :password, host: 'my-host.com'
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
sinclair-2.0.1 spec/support/models/my_app_client.rb
sinclair-2.0.0 spec/support/models/my_app_client.rb
sinclair-1.16.3 spec/support/models/my_app_client.rb
sinclair-1.16.2 spec/support/models/my_app_client.rb
sinclair-1.16.1 spec/support/models/my_app_client.rb
sinclair-1.16.0 spec/support/models/my_app_client.rb
sinclair-1.15.0 spec/support/models/my_app_client.rb
sinclair-1.14.2 spec/support/models/my_app_client.rb
sinclair-1.14.1 spec/support/models/my_app_client.rb
sinclair-1.14.0 spec/support/models/my_app_client.rb
sinclair-1.13.0 spec/support/models/my_app_client.rb
sinclair-1.12.1 spec/support/models/my_app_client.rb
sinclair-1.12.0 spec/support/models/my_app_client.rb
sinclair-1.11.0 spec/support/models/my_app_client.rb
sinclair-1.10.0 spec/support/models/my_app_client.rb
sinclair-1.9.0 spec/support/models/my_app_client.rb
sinclair-1.8.0 spec/support/models/my_app_client.rb
sinclair-1.7.0 spec/support/models/my_app_client.rb
sinclair-1.6.7 spec/support/models/my_app_client.rb
sinclair-1.6.6 spec/support/models/my_app_client.rb