Class: Quark::DatawireMdkMd::QuarkHTTPRequest
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkHTTPRequest
- 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 ⇒ QuarkHTTPRequest
constructor
A new instance of QuarkHTTPRequest.
- #isAbstract ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Constructor Details
#initialize ⇒ QuarkHTTPRequest
Returns a new instance of QuarkHTTPRequest.
13524 13525 13526 13527 13528 13529 13530 13531 13532 13533 13534 |
# File 'lib/datawire_mdk_md.rb', line 13524 def initialize() super("quark.HTTPRequest") (self).name = "quark.HTTPRequest" (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
13574 13575 13576 13577 13578 13579 |
# File 'lib/datawire_mdk_md.rb', line 13574 def __init_fields__() super nil end |
#_getClass ⇒ Object
13553 13554 13555 13556 13557 13558 |
# File 'lib/datawire_mdk_md.rb', line 13553 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
13560 13561 13562 13563 13564 13565 |
# File 'lib/datawire_mdk_md.rb', line 13560 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
13567 13568 13569 13570 13571 13572 |
# File 'lib/datawire_mdk_md.rb', line 13567 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
13539 13540 13541 13542 13543 13544 |
# File 'lib/datawire_mdk_md.rb', line 13539 def construct(args) return nil nil end |
#isAbstract ⇒ Object
13546 13547 13548 13549 13550 13551 |
# File 'lib/datawire_mdk_md.rb', line 13546 def isAbstract() return true nil end |