Sha256: 00cb53f9c5b5c9d92aa9118af70675a1f4401b2abc1b2d452aad3fb3b4bbcc11

Contents?: true

Size: 186 Bytes

Versions: 2

Compression:

Stored size: 186 Bytes

Contents

# frozen_string_literal: true

class AppClient
  extend Sinclair::EnvSettable

  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/app_client.rb
sinclair-2.1.0 spec/support/models/app_client.rb