Class: Quark::MdkRuntime::WSClosed
- Inherits:
-
DatawireQuarkCore::QuarkObject
- Object
- DatawireQuarkCore::QuarkObject
- Quark::MdkRuntime::WSClosed
- Extended by:
- DatawireQuarkCore::Static
- Defined in:
- lib/mdk_runtime.rb
Overview
Notify of WebSocket connection having closed.
Constant Summary
Constants included from DatawireQuarkCore::Static
DatawireQuarkCore::Static::Unassigned
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ WSClosed
constructor
A new instance of WSClosed.
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Methods inherited from DatawireQuarkCore::QuarkObject
Constructor Details
#initialize ⇒ WSClosed
Returns a new instance of WSClosed.
585 586 587 588 589 |
# File 'lib/mdk_runtime.rb', line 585 def initialize() self.__init_fields__ nil end |
Instance Method Details
#__init_fields__ ⇒ Object
615 616 617 618 619 |
# File 'lib/mdk_runtime.rb', line 615 def __init_fields__() nil end |
#_getClass ⇒ Object
594 595 596 597 598 599 |
# File 'lib/mdk_runtime.rb', line 594 def _getClass() return "mdk_runtime.WSClosed" nil end |
#_getField(name) ⇒ Object
601 602 603 604 605 606 |
# File 'lib/mdk_runtime.rb', line 601 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
608 609 610 611 612 613 |
# File 'lib/mdk_runtime.rb', line 608 def _setField(name, value) nil nil end |