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.
18838 18839 18840 18841 18842 18843 |
# File 'lib/datawire_mdk_md.rb', line 18838 def initialize() super("quark.void", "setMethod", ::DatawireQuarkCore::List.new(["quark.String"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
18878 18879 18880 18881 18882 18883 |
# File 'lib/datawire_mdk_md.rb', line 18878 def __init_fields__() super nil end |
#_getClass ⇒ Object
18857 18858 18859 18860 18861 18862 |
# File 'lib/datawire_mdk_md.rb', line 18857 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
18864 18865 18866 18867 18868 18869 |
# File 'lib/datawire_mdk_md.rb', line 18864 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
18871 18872 18873 18874 18875 18876 |
# File 'lib/datawire_mdk_md.rb', line 18871 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
18848 18849 18850 18851 18852 18853 18854 18855 |
# File 'lib/datawire_mdk_md.rb', line 18848 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 |