Class: TxghServer::Webhooks::Git::BlankAttributes

Inherits:
Object
  • Object
show all
Defined in:
lib/txgh-server/webhooks/git/blank_attributes.rb

Class Method Summary collapse

Instance Method Summary collapse

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(options = {})
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_hObject



14
15
16
# File 'lib/txgh-server/webhooks/git/blank_attributes.rb', line 14

def to_h
  {}
end