Class: TxghServer::Webhooks::Git::BlankAttributes
- Inherits:
-
Object
- Object
- TxghServer::Webhooks::Git::BlankAttributes
- Defined in:
- lib/txgh-server/webhooks/git/blank_attributes.rb
Direct Known Subclasses
TxghServer::Webhooks::Github::BlankAttributes, TxghServer::Webhooks::Gitlab::BlankAttributes
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ BlankAttributes
constructor
A new instance of BlankAttributes.
- #to_h ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ BlankAttributes
Returns a new instance of BlankAttributes.
11 12 |
# File 'lib/txgh-server/webhooks/git/blank_attributes.rb', line 11 def initialize( = {}) end |
Class Method Details
.from_webhook_payload(payload) ⇒ Object
6 7 8 |
# File 'lib/txgh-server/webhooks/git/blank_attributes.rb', line 6 def from_webhook_payload(payload) new end |
Instance Method Details
#to_h ⇒ Object
14 15 16 |
# File 'lib/txgh-server/webhooks/git/blank_attributes.rb', line 14 def to_h {} end |