Class: Quark::DatawireMdkMd::QuarkService
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of QuarkService.
9001
9002
9003
9004
9005
9006
9007
9008
9009
9010
9011
|
# File 'lib/datawire_mdk_md.rb', line 9001
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
9051
9052
9053
9054
9055
9056
|
# File 'lib/datawire_mdk_md.rb', line 9051
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
9030
9031
9032
9033
9034
9035
|
# File 'lib/datawire_mdk_md.rb', line 9030
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
9037
9038
9039
9040
9041
9042
|
# File 'lib/datawire_mdk_md.rb', line 9037
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
9044
9045
9046
9047
9048
9049
|
# File 'lib/datawire_mdk_md.rb', line 9044
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
9016
9017
9018
9019
9020
9021
|
# File 'lib/datawire_mdk_md.rb', line 9016
def construct(args)
return nil
nil
end
|
#isAbstract ⇒ Object
9023
9024
9025
9026
9027
9028
|
# File 'lib/datawire_mdk_md.rb', line 9023
def isAbstract()
return true
nil
end
|