Class: Quark::DatawireMdkMd::QuarkWebSocket
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkWebSocket
- Extended by:
- DatawireQuarkCore::Static
- Defined in:
- lib/datawire_mdk_md.rb
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
- #construct(args) ⇒ Object
-
#initialize ⇒ QuarkWebSocket
constructor
A new instance of QuarkWebSocket.
- #isAbstract ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Constructor Details
#initialize ⇒ QuarkWebSocket
Returns a new instance of QuarkWebSocket.
13869 13870 13871 13872 13873 13874 13875 13876 13877 13878 13879 |
# File 'lib/datawire_mdk_md.rb', line 13869 def initialize() super("quark.WebSocket") (self).name = "quark.WebSocket" (self).parameters = ::DatawireQuarkCore::List.new([]) (self).fields = ::DatawireQuarkCore::List.new([]) (self).methods = ::DatawireQuarkCore::List.new([]) (self).parents = ::DatawireQuarkCore::List.new(["quark.Object"]) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
13919 13920 13921 13922 13923 13924 |
# File 'lib/datawire_mdk_md.rb', line 13919 def __init_fields__() super nil end |
#_getClass ⇒ Object
13898 13899 13900 13901 13902 13903 |
# File 'lib/datawire_mdk_md.rb', line 13898 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
13905 13906 13907 13908 13909 13910 |
# File 'lib/datawire_mdk_md.rb', line 13905 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
13912 13913 13914 13915 13916 13917 |
# File 'lib/datawire_mdk_md.rb', line 13912 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
13884 13885 13886 13887 13888 13889 |
# File 'lib/datawire_mdk_md.rb', line 13884 def construct(args) return nil nil end |
#isAbstract ⇒ Object
13891 13892 13893 13894 13895 13896 |
# File 'lib/datawire_mdk_md.rb', line 13891 def isAbstract() return true nil end |