Class: Quark::MdkRuntime::WSClosed

Inherits:
DatawireQuarkCore::QuarkObject show all
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

Methods included from DatawireQuarkCore::Static

_lazy_statics, static, unlazy_statics

Methods inherited from DatawireQuarkCore::QuarkObject

#to_s

Constructor Details

#initializeWSClosed

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

#_getClassObject



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