Method: UpGuard::ExternalEvent#create
- Defined in:
- lib/upguard/ExternalEvent.rb
#create ⇒ Object
26 27 28 29 30 31 |
# File 'lib/upguard/ExternalEvent.rb', line 26 def create h = {} h["variables"] = self.variables.to_hash h["variables"]["type"] = self.type http_post("/api/v2/events.json", h) end |