Class: UREST::DeleteSafetyMessage
- Inherits:
-
Riddl::Implementation
- Object
- Riddl::Implementation
- UREST::DeleteSafetyMessage
- Defined in:
- lib/urest.rb
Overview
}}}
Instance Method Summary collapse
-
#response ⇒ Object
{{{.
Instance Method Details
#response ⇒ Object
{{{
212 213 214 215 216 217 218 |
# File 'lib/urest.rb', line 212 def response opts = @a[0] UREST::protect_reconnect_run(opts) do opts['dash'].close_safety_popup end nil end |