Class: OasParser::Webhook

Inherits:
Path
  • Object
show all
Defined in:
lib/oas_parser/webhook.rb

Instance Attribute Summary

Attributes inherited from Path

#owner, #path, #raw

Instance Method Summary collapse

Methods inherited from Path

#callback, #definition, #endpoint_by_method, #endpoints, #initialize, #parameter_keys, #parameters

Constructor Details

This class inherits a constructor from OasParser::Path

Instance Method Details

#nameObject



5
6
7
# File 'lib/oas_parser/webhook.rb', line 5

def name
  path
end