Class: Quark::DatawireMdkMd::QuarkSpiApiTracingHTTPRequestProxySetMethodMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkSpiApiTracingHTTPRequestProxySetMethodMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkSpiApiTracingHTTPRequestProxySetMethodMethod
constructor
A new instance of QuarkSpiApiTracingHTTPRequestProxySetMethodMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkSpiApiTracingHTTPRequestProxySetMethodMethod
Returns a new instance of QuarkSpiApiTracingHTTPRequestProxySetMethodMethod.
18715 18716 18717 18718 18719 18720 |
# File 'lib/datawire_mdk_md.rb', line 18715 def initialize() super("quark.void", "setMethod", ::DatawireQuarkCore::List.new(["quark.String"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
18755 18756 18757 18758 18759 18760 |
# File 'lib/datawire_mdk_md.rb', line 18755 def __init_fields__() super nil end |
#_getClass ⇒ Object
18734 18735 18736 18737 18738 18739 |
# File 'lib/datawire_mdk_md.rb', line 18734 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
18741 18742 18743 18744 18745 18746 |
# File 'lib/datawire_mdk_md.rb', line 18741 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
18748 18749 18750 18751 18752 18753 |
# File 'lib/datawire_mdk_md.rb', line 18748 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
18725 18726 18727 18728 18729 18730 18731 18732 |
# File 'lib/datawire_mdk_md.rb', line 18725 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.spi_api_tracing.HTTPRequestProxy } obj.setMethod(::DatawireQuarkCore.cast((args)[0]) { ::String }) return nil nil end |