Class: DockerRegistry2::Manifest

Inherits:
Hash
  • Object
show all
Defined in:
lib/registry/manifest.rb

Overview

Manifest class represents a manfiest or index in an OCI registry

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



6
7
8
# File 'lib/registry/manifest.rb', line 6

def body
  @body
end

#headersObject

Returns the value of attribute headers.



6
7
8
# File 'lib/registry/manifest.rb', line 6

def headers
  @headers
end