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.
52541 52542 52543 52544 52545 52546 |
# File 'lib/datawire_mdk_md.rb', line 52541 def initialize() super("quark.String", "encode", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
52580 52581 52582 52583 52584 52585 |
# File 'lib/datawire_mdk_md.rb', line 52580 def __init_fields__() super nil end |
#_getClass ⇒ Object
52559 52560 52561 52562 52563 52564 |
# File 'lib/datawire_mdk_md.rb', line 52559 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
52566 52567 52568 52569 52570 52571 |
# File 'lib/datawire_mdk_md.rb', line 52566 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
52573 52574 52575 52576 52577 52578 |
# File 'lib/datawire_mdk_md.rb', line 52573 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
52551 52552 52553 52554 52555 52556 52557 |
# File 'lib/datawire_mdk_md.rb', line 52551 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.protocol.LogEvent } return obj.encode() nil end |