Class: DockerRegistry2::Response
- Inherits:
-
Struct
- Object
- Struct
- DockerRegistry2::Response
- Defined in:
- lib/registry/registry.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#code ⇒ Object
Returns the value of attribute code.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#request_url ⇒ Object
Returns the value of attribute request_url.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
12 13 14 |
# File 'lib/registry/registry.rb', line 12 def body @body end |
#code ⇒ Object
Returns the value of attribute code
12 13 14 |
# File 'lib/registry/registry.rb', line 12 def code @code end |
#headers ⇒ Object
Returns the value of attribute headers
12 13 14 |
# File 'lib/registry/registry.rb', line 12 def headers @headers end |
#request_url ⇒ Object
Returns the value of attribute request_url
12 13 14 |
# File 'lib/registry/registry.rb', line 12 def request_url @request_url end |