Sha256: 199bdf915e00533e766582c966e50b29311515a030157fe4b0375b6e72bdaadf

Contents?: true

Size: 178 Bytes

Versions: 26

Compression:

Stored size: 178 Bytes

Contents

# frozen_string_literal: true

module Pennyworth
  module Models
    # Defines HTTP status details.
    HTTPStatus = Struct.new :code, :label, :url, keyword_init: true
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
pennyworth-13.8.0 lib/pennyworth/models/http_status.rb
pennyworth-13.7.0 lib/pennyworth/models/http_status.rb
pennyworth-13.6.0 lib/pennyworth/models/http_status.rb
pennyworth-13.5.0 lib/pennyworth/models/http_status.rb
pennyworth-13.4.0 lib/pennyworth/models/http_status.rb
pennyworth-13.3.0 lib/pennyworth/models/http_status.rb
pennyworth-13.2.0 lib/pennyworth/models/http_status.rb
pennyworth-13.1.0 lib/pennyworth/models/http_status.rb
pennyworth-13.0.1 lib/pennyworth/models/http_status.rb
pennyworth-13.0.0 lib/pennyworth/models/http_status.rb
pennyworth-12.3.1 lib/pennyworth/models/http_status.rb
pennyworth-12.3.0 lib/pennyworth/models/http_status.rb
pennyworth-12.2.0 lib/pennyworth/models/http_status.rb
pennyworth-12.1.0 lib/pennyworth/models/http_status.rb
pennyworth-12.0.2 lib/pennyworth/models/http_status.rb
pennyworth-12.0.1 lib/pennyworth/models/http_status.rb
pennyworth-12.0.0 lib/pennyworth/models/http_status.rb
pennyworth-11.2.2 lib/pennyworth/models/http_status.rb
pennyworth-11.2.1 lib/pennyworth/models/http_status.rb
pennyworth-11.2.0 lib/pennyworth/models/http_status.rb