Class: Quark::DatawireMdkMd::QuarkWebSocket
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of QuarkWebSocket.
13815
13816
13817
13818
13819
13820
13821
13822
13823
13824
13825
|
# File 'lib/datawire_mdk_md.rb', line 13815
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
13865
13866
13867
13868
13869
13870
|
# File 'lib/datawire_mdk_md.rb', line 13865
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
13844
13845
13846
13847
13848
13849
|
# File 'lib/datawire_mdk_md.rb', line 13844
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
13851
13852
13853
13854
13855
13856
|
# File 'lib/datawire_mdk_md.rb', line 13851
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
13858
13859
13860
13861
13862
13863
|
# File 'lib/datawire_mdk_md.rb', line 13858
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
13830
13831
13832
13833
13834
13835
|
# File 'lib/datawire_mdk_md.rb', line 13830
def construct(args)
return nil
nil
end
|
#isAbstract ⇒ Object
13837
13838
13839
13840
13841
13842
|
# File 'lib/datawire_mdk_md.rb', line 13837
def isAbstract()
return true
nil
end
|