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-11.1.3 lib/pennyworth/models/http_status.rb
pennyworth-11.1.2 lib/pennyworth/models/http_status.rb
pennyworth-11.1.1 lib/pennyworth/models/http_status.rb
pennyworth-11.1.0 lib/pennyworth/models/http_status.rb
pennyworth-11.0.1 lib/pennyworth/models/http_status.rb
pennyworth-11.0.0 lib/pennyworth/models/http_status.rb