Class: DockerRegistry2::Manifest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeManifest

Returns a new instance of Manifest.



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

def initialize
  super
end

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



4
5
6
# File 'lib/registry/manifest.rb', line 4

def body
  @body
end

#headersObject

Returns the value of attribute headers.



4
5
6
# File 'lib/registry/manifest.rb', line 4

def headers
  @headers
end