Class: Hook0::Generated::PayloadContentTypesApi
- Inherits:
-
Object
- Object
- Hook0::Generated::PayloadContentTypesApi
- Defined in:
- lib/hook0/generated/api.rb
Overview
What the API declares under payload_content_types, issued through the transport it is handed.
Instance Method Summary collapse
-
#initialize(transport) ⇒ PayloadContentTypesApi
constructor
A new instance of PayloadContentTypesApi.
-
#list ⇒ Array<String>
List supported event payload content types.
Constructor Details
#initialize(transport) ⇒ PayloadContentTypesApi
Returns a new instance of PayloadContentTypesApi.
626 627 628 |
# File 'lib/hook0/generated/api.rb', line 626 def initialize(transport) @transport = transport end |