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.
18893 18894 18895 18896 18897 18898 |
# File 'lib/datawire_mdk_md.rb', line 18893 def initialize() super("quark.String", "getMethod", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
18932 18933 18934 18935 18936 18937 |
# File 'lib/datawire_mdk_md.rb', line 18932 def __init_fields__() super nil end |
#_getClass ⇒ Object
18911 18912 18913 18914 18915 18916 |
# File 'lib/datawire_mdk_md.rb', line 18911 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
18918 18919 18920 18921 18922 18923 |
# File 'lib/datawire_mdk_md.rb', line 18918 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
18925 18926 18927 18928 18929 18930 |
# File 'lib/datawire_mdk_md.rb', line 18925 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
18903 18904 18905 18906 18907 18908 18909 |
# File 'lib/datawire_mdk_md.rb', line 18903 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.spi_api_tracing.HTTPRequestProxy } return obj.getMethod() nil end |