Class: Quark::DatawireMdkMd::QuarkHTTPHandler
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkHTTPHandler
- 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 ⇒ QuarkHTTPHandler
constructor
A new instance of QuarkHTTPHandler.
- #isAbstract ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Constructor Details
#initialize ⇒ QuarkHTTPHandler
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 |