Class: UREST::DeleteSafetyMessage

Inherits:
Riddl::Implementation
  • Object
show all
Defined in:
lib/urest.rb

Overview

}}}

Instance Method Summary collapse

Instance Method Details

#responseObject

{{{



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