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.
13938 13939 13940 13941 13942 13943 13944 13945 13946 13947 13948 |
# File 'lib/datawire_mdk_md.rb', line 13938 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
13988 13989 13990 13991 13992 13993 |
# File 'lib/datawire_mdk_md.rb', line 13988 def __init_fields__() super nil end |
#_getClass ⇒ Object
13967 13968 13969 13970 13971 13972 |
# File 'lib/datawire_mdk_md.rb', line 13967 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
13974 13975 13976 13977 13978 13979 |
# File 'lib/datawire_mdk_md.rb', line 13974 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
13981 13982 13983 13984 13985 13986 |
# File 'lib/datawire_mdk_md.rb', line 13981 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
13953 13954 13955 13956 13957 13958 |
# File 'lib/datawire_mdk_md.rb', line 13953 def construct(args) return nil nil end |
#isAbstract ⇒ Object
13960 13961 13962 13963 13964 13965 |
# File 'lib/datawire_mdk_md.rb', line 13960 def isAbstract() return true nil end |