Class: Quark::DatawireMdkMd::QuarkSpiApiTracingHTTPRequestProxyGetMethodMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkSpiApiTracingHTTPRequestProxyGetMethodMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkSpiApiTracingHTTPRequestProxyGetMethodMethod
constructor
A new instance of QuarkSpiApiTracingHTTPRequestProxyGetMethodMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkSpiApiTracingHTTPRequestProxyGetMethodMethod
Returns a new instance of QuarkSpiApiTracingHTTPRequestProxyGetMethodMethod.
18824 18825 18826 18827 18828 18829 |
# File 'lib/datawire_mdk_md.rb', line 18824 def initialize() super("quark.String", "getMethod", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
18863 18864 18865 18866 18867 18868 |
# File 'lib/datawire_mdk_md.rb', line 18863 def __init_fields__() super nil end |
#_getClass ⇒ Object
18842 18843 18844 18845 18846 18847 |
# File 'lib/datawire_mdk_md.rb', line 18842 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
18849 18850 18851 18852 18853 18854 |
# File 'lib/datawire_mdk_md.rb', line 18849 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
18856 18857 18858 18859 18860 18861 |
# File 'lib/datawire_mdk_md.rb', line 18856 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
18834 18835 18836 18837 18838 18839 18840 |
# File 'lib/datawire_mdk_md.rb', line 18834 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.spi_api_tracing.HTTPRequestProxy } return obj.getMethod() nil end |