Class: Quark::DatawireMdkMd::MdkTracingApiGetLogEventsResultEncodeMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::MdkTracingApiGetLogEventsResultEncodeMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ MdkTracingApiGetLogEventsResultEncodeMethod
constructor
A new instance of MdkTracingApiGetLogEventsResultEncodeMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ MdkTracingApiGetLogEventsResultEncodeMethod
51377 51378 51379 51380 51381 51382 |
# File 'lib/datawire_mdk_md.rb', line 51377 def initialize() super("quark.String", "encode", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
51416 51417 51418 51419 51420 51421 |
# File 'lib/datawire_mdk_md.rb', line 51416 def __init_fields__() super nil end |
#_getClass ⇒ Object
51395 51396 51397 51398 51399 51400 |
# File 'lib/datawire_mdk_md.rb', line 51395 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
51402 51403 51404 51405 51406 51407 |
# File 'lib/datawire_mdk_md.rb', line 51402 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
51409 51410 51411 51412 51413 51414 |
# File 'lib/datawire_mdk_md.rb', line 51409 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
51387 51388 51389 51390 51391 51392 51393 |
# File 'lib/datawire_mdk_md.rb', line 51387 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.api.GetLogEventsResult } return obj.encode() nil end |