Class: TxghServer::WebhookEndpoints
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- TxghServer::WebhookEndpoints
- Includes:
- Webhooks
- Defined in:
- lib/txgh-server/application.rb
Overview
Hooks are protected endpoints used for data integration between Github and Transifex. They live under the /hooks namespace (see config.ru)
Instance Method Summary collapse
-
#initialize(app = nil) ⇒ WebhookEndpoints
constructor
A new instance of WebhookEndpoints.
Constructor Details
#initialize(app = nil) ⇒ WebhookEndpoints
Returns a new instance of WebhookEndpoints.
97 98 99 |
# File 'lib/txgh-server/application.rb', line 97 def initialize(app = nil) super(app) end |