Class: Workarea::FlowIo::BogusClient::Webhooks

Inherits:
Object
  • Object
show all
Defined in:
lib/workarea/flow_io/bogus_client/webhooks.rb

Instance Method Summary collapse

Instance Method Details

#post(org_id, form) ⇒ Object



5
6
7
# File 'lib/workarea/flow_io/bogus_client/webhooks.rb', line 5

def post(org_id, form)
  puts 'WARNING: Bogus Client in use. Your webhooks were not created.'
end