Exception: Sigstore::TUF::Error::UnsuccessfulResponse
- Inherits:
-
Fetch
- Object
- StandardError
- Error
- Sigstore::TUF::Error
- Fetch
- Sigstore::TUF::Error::UnsuccessfulResponse
- Defined in:
- lib/sigstore/tuf/error.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(message, response) ⇒ UnsuccessfulResponse
constructor
A new instance of UnsuccessfulResponse.
Constructor Details
#initialize(message, response) ⇒ UnsuccessfulResponse
Returns a new instance of UnsuccessfulResponse.
43 44 45 46 |
# File 'lib/sigstore/tuf/error.rb', line 43 def initialize(, response) super() @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
41 42 43 |
# File 'lib/sigstore/tuf/error.rb', line 41 def response @response end |