Sha256: 76fd9b386cf1b4929fd82444278bc011a043d18449346cd4d775b44390b78192

Contents?: true

Size: 143 Bytes

Versions: 28

Compression:

Stored size: 143 Bytes

Contents

# frozen_string_literal: true

class ConnectionOptions < Sinclair::Options
  with_options :timeout, :retries, port: 443, protocol: 'https'
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
sinclair-1.6.7 spec/support/models/connection_options.rb
sinclair-1.6.6 spec/support/models/connection_options.rb
sinclair-1.6.5 spec/support/models/connection_options.rb
sinclair-1.6.4 spec/support/models/connection_options.rb
sinclair-1.6.3 spec/support/models/connection_options.rb
sinclair-1.6.2 spec/support/models/connection_options.rb
sinclair-1.6.1 spec/support/models/connection_options.rb
sinclair-1.6.0 spec/support/models/connection_options.rb