class DockerRegistry2::Blob

Attributes

body[R]
headers[R]

Public Class Methods

new(headers, body) click to toggle source
# File lib/registry/blob.rb, line 7
def initialize(headers, body)
  @headers = headers
  @body = body
end