Class: Hook0::Generated::ErrorsApi
- Inherits:
-
Object
- Object
- Hook0::Generated::ErrorsApi
- Defined in:
- lib/hook0/generated/api.rb
Overview
What the API declares under errors, issued through the transport it is handed.
Instance Method Summary collapse
-
#initialize(transport) ⇒ ErrorsApi
constructor
A new instance of ErrorsApi.
-
#list ⇒ Array<Problem>
List errors.
Constructor Details
#initialize(transport) ⇒ ErrorsApi
Returns a new instance of ErrorsApi.
252 253 254 |
# File 'lib/hook0/generated/api.rb', line 252 def initialize(transport) @transport = transport end |