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
Returns a new instance of QuarkService.
8932 8933 8934 8935 8936 8937 8938 8939 8940 8941 8942 |
# File 'lib/datawire_mdk_md.rb', line 8932 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
8982 8983 8984 8985 8986 8987 |
# File 'lib/datawire_mdk_md.rb', line 8982 def __init_fields__() super nil end |
#_getClass ⇒ Object
8961 8962 8963 8964 8965 8966 |
# File 'lib/datawire_mdk_md.rb', line 8961 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
8968 8969 8970 8971 8972 8973 |
# File 'lib/datawire_mdk_md.rb', line 8968 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
8975 8976 8977 8978 8979 8980 |
# File 'lib/datawire_mdk_md.rb', line 8975 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
8947 8948 8949 8950 8951 8952 |
# File 'lib/datawire_mdk_md.rb', line 8947 def construct(args) return nil nil end |
#isAbstract ⇒ Object
8954 8955 8956 8957 8958 8959 |
# File 'lib/datawire_mdk_md.rb', line 8954 def isAbstract() return true nil end |