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.
18770 18771 18772 18773 18774 18775 |
# File 'lib/datawire_mdk_md.rb', line 18770 def initialize() super("quark.String", "getMethod", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
18809 18810 18811 18812 18813 18814 |
# File 'lib/datawire_mdk_md.rb', line 18809 def __init_fields__() super nil end |
#_getClass ⇒ Object
18788 18789 18790 18791 18792 18793 |
# File 'lib/datawire_mdk_md.rb', line 18788 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
18795 18796 18797 18798 18799 18800 |
# File 'lib/datawire_mdk_md.rb', line 18795 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
18802 18803 18804 18805 18806 18807 |
# File 'lib/datawire_mdk_md.rb', line 18802 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
18780 18781 18782 18783 18784 18785 18786 |
# File 'lib/datawire_mdk_md.rb', line 18780 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.spi_api_tracing.HTTPRequestProxy } return obj.getMethod() nil end |