Sha256: f5258f0cea78304fdfe3cd0ec4da27da0de9974a0a47b9ab28d005e0f44b37a1

Contents?: true

Size: 324 Bytes

Versions: 2

Compression:

Stored size: 324 Bytes

Contents

# frozen_string_literal: true

require './spec/support/models/hash_settable'

class HashAppClient
  extend HashSettable

  # rubocop:disable Style/MutableConstant
  HASH = {}
  # rubocop:enable Style/MutableConstant

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