Class: Quark::DatawireMdkMd::QuarkService
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkService
- 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 ⇒ QuarkService
constructor
A new instance of QuarkService.
- #isAbstract ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Constructor Details
#initialize ⇒ QuarkService
8878 8879 8880 8881 8882 8883 8884 8885 8886 8887 8888 |
# File 'lib/datawire_mdk_md.rb', line 8878 def initialize() super("quark.Service") (self).name = "quark.Service" (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
8928 8929 8930 8931 8932 8933 |
# File 'lib/datawire_mdk_md.rb', line 8928 def __init_fields__() super nil end |
#_getClass ⇒ Object
8907 8908 8909 8910 8911 8912 |
# File 'lib/datawire_mdk_md.rb', line 8907 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
8914 8915 8916 8917 8918 8919 |
# File 'lib/datawire_mdk_md.rb', line 8914 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
8921 8922 8923 8924 8925 8926 |
# File 'lib/datawire_mdk_md.rb', line 8921 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
8893 8894 8895 8896 8897 8898 |
# File 'lib/datawire_mdk_md.rb', line 8893 def construct(args) return nil nil end |
#isAbstract ⇒ Object
8900 8901 8902 8903 8904 8905 |
# File 'lib/datawire_mdk_md.rb', line 8900 def isAbstract() return true nil end |