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.
13401
13402
13403
13404
13405
13406
13407
13408
13409
13410
13411
|
# File 'lib/datawire_mdk_md.rb', line 13401
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
13451
13452
13453
13454
13455
13456
|
# File 'lib/datawire_mdk_md.rb', line 13451
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
13430
13431
13432
13433
13434
13435
|
# File 'lib/datawire_mdk_md.rb', line 13430
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
13437
13438
13439
13440
13441
13442
|
# File 'lib/datawire_mdk_md.rb', line 13437
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
13444
13445
13446
13447
13448
13449
|
# File 'lib/datawire_mdk_md.rb', line 13444
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
13416
13417
13418
13419
13420
13421
|
# File 'lib/datawire_mdk_md.rb', line 13416
def construct(args)
return nil
nil
end
|
#isAbstract ⇒ Object
13423
13424
13425
13426
13427
13428
|
# File 'lib/datawire_mdk_md.rb', line 13423
def isAbstract()
return true
nil
end
|