Class: Quark::DatawireMdkMd::MdkTracingProtocolLogEventEncodeMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::MdkTracingProtocolLogEventEncodeMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ MdkTracingProtocolLogEventEncodeMethod
constructor
A new instance of MdkTracingProtocolLogEventEncodeMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ MdkTracingProtocolLogEventEncodeMethod
Returns a new instance of MdkTracingProtocolLogEventEncodeMethod.
51608 51609 51610 51611 51612 51613 |
# File 'lib/datawire_mdk_md.rb', line 51608 def initialize() super("quark.String", "encode", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
51647 51648 51649 51650 51651 51652 |
# File 'lib/datawire_mdk_md.rb', line 51647 def __init_fields__() super nil end |
#_getClass ⇒ Object
51626 51627 51628 51629 51630 51631 |
# File 'lib/datawire_mdk_md.rb', line 51626 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
51633 51634 51635 51636 51637 51638 |
# File 'lib/datawire_mdk_md.rb', line 51633 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
51640 51641 51642 51643 51644 51645 |
# File 'lib/datawire_mdk_md.rb', line 51640 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
51618 51619 51620 51621 51622 51623 51624 |
# File 'lib/datawire_mdk_md.rb', line 51618 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.protocol.LogEvent } return obj.encode() nil end |