Class: Quark::DatawireMdkMd::QuarkBaseService
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkBaseService
- 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 ⇒ QuarkBaseService
constructor
A new instance of QuarkBaseService.
- #isAbstract ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Constructor Details
#initialize ⇒ QuarkBaseService
Returns a new instance of QuarkBaseService.
9070 9071 9072 9073 9074 9075 9076 9077 9078 9079 9080 |
# File 'lib/datawire_mdk_md.rb', line 9070 def initialize() super("quark.BaseService") (self).name = "quark.BaseService" (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
9120 9121 9122 9123 9124 9125 |
# File 'lib/datawire_mdk_md.rb', line 9120 def __init_fields__() super nil end |
#_getClass ⇒ Object
9099 9100 9101 9102 9103 9104 |
# File 'lib/datawire_mdk_md.rb', line 9099 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
9106 9107 9108 9109 9110 9111 |
# File 'lib/datawire_mdk_md.rb', line 9106 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
9113 9114 9115 9116 9117 9118 |
# File 'lib/datawire_mdk_md.rb', line 9113 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
9085 9086 9087 9088 9089 9090 |
# File 'lib/datawire_mdk_md.rb', line 9085 def construct(args) return ::Quark.quark.BaseService.new() nil end |
#isAbstract ⇒ Object
9092 9093 9094 9095 9096 9097 |
# File 'lib/datawire_mdk_md.rb', line 9092 def isAbstract() return false nil end |