Class: Quark::MdkRuntime::WSClose
- Inherits:
-
DatawireQuarkCore::QuarkObject
- Object
- DatawireQuarkCore::QuarkObject
- Quark::MdkRuntime::WSClose
- Extended by:
- DatawireQuarkCore::Static
- Defined in:
- lib/mdk_runtime.rb
Overview
Tell WSActor to close the connection.
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 ⇒ WSClose
constructor
A new instance of WSClose.
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Methods inherited from DatawireQuarkCore::QuarkObject
Constructor Details
#initialize ⇒ WSClose
Returns a new instance of WSClose.
534 535 536 537 538 |
# File 'lib/mdk_runtime.rb', line 534 def initialize() self.__init_fields__ nil end |
Instance Method Details
#__init_fields__ ⇒ Object
564 565 566 567 568 |
# File 'lib/mdk_runtime.rb', line 564 def __init_fields__() nil end |
#_getClass ⇒ Object
543 544 545 546 547 548 |
# File 'lib/mdk_runtime.rb', line 543 def _getClass() return "mdk_runtime.WSClose" nil end |
#_getField(name) ⇒ Object
550 551 552 553 554 555 |
# File 'lib/mdk_runtime.rb', line 550 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
557 558 559 560 561 562 |
# File 'lib/mdk_runtime.rb', line 557 def _setField(name, value) nil nil end |