Class: Quark::DatawireMdkMd::MdkRuntimePromisePassthrough
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of MdkRuntimePromisePassthrough.
31589
31590
31591
31592
31593
31594
31595
31596
31597
31598
31599
|
# File 'lib/datawire_mdk_md.rb', line 31589
def initialize()
super("mdk_runtime.promise._Passthrough")
(self).name = "mdk_runtime.promise._Passthrough"
(self).parameters = ::DatawireQuarkCore::List.new([])
(self).fields = ::DatawireQuarkCore::List.new([])
(self).methods = ::DatawireQuarkCore::List.new([::Quark.datawire_mdk_md.mdk_runtime_promise__Passthrough_call_Method.new()])
(self).parents = ::DatawireQuarkCore::List.new(["quark.Object"])
nil
end
|
Instance Method Details
#__init_fields__ ⇒ Object
31639
31640
31641
31642
31643
31644
|
# File 'lib/datawire_mdk_md.rb', line 31639
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
31618
31619
31620
31621
31622
31623
|
# File 'lib/datawire_mdk_md.rb', line 31618
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
31625
31626
31627
31628
31629
31630
|
# File 'lib/datawire_mdk_md.rb', line 31625
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
31632
31633
31634
31635
31636
31637
|
# File 'lib/datawire_mdk_md.rb', line 31632
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
31604
31605
31606
31607
31608
31609
|
# File 'lib/datawire_mdk_md.rb', line 31604
def construct(args)
return ::Quark.mdk_runtime.promise._Passthrough.new()
nil
end
|
#isAbstract ⇒ Object
31611
31612
31613
31614
31615
31616
|
# File 'lib/datawire_mdk_md.rb', line 31611
def isAbstract()
return false
nil
end
|