Class: Quark::DatawireMdkMd::QuarkHTTPHandler
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of QuarkHTTPHandler.
13455
13456
13457
13458
13459
13460
13461
13462
13463
13464
13465
|
# File 'lib/datawire_mdk_md.rb', line 13455
def initialize()
super("quark.HTTPHandler")
(self).name = "quark.HTTPHandler"
(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
13505
13506
13507
13508
13509
13510
|
# File 'lib/datawire_mdk_md.rb', line 13505
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
13484
13485
13486
13487
13488
13489
|
# File 'lib/datawire_mdk_md.rb', line 13484
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
13491
13492
13493
13494
13495
13496
|
# File 'lib/datawire_mdk_md.rb', line 13491
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
13498
13499
13500
13501
13502
13503
|
# File 'lib/datawire_mdk_md.rb', line 13498
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
13470
13471
13472
13473
13474
13475
|
# File 'lib/datawire_mdk_md.rb', line 13470
def construct(args)
return nil
nil
end
|
#isAbstract ⇒ Object
13477
13478
13479
13480
13481
13482
|
# File 'lib/datawire_mdk_md.rb', line 13477
def isAbstract()
return true
nil
end
|