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.
51662 51663 51664 51665 51666 51667 |
# File 'lib/datawire_mdk_md.rb', line 51662 def initialize() super("quark.String", "encode", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
51701 51702 51703 51704 51705 51706 |
# File 'lib/datawire_mdk_md.rb', line 51701 def __init_fields__() super nil end |
#_getClass ⇒ Object
51680 51681 51682 51683 51684 51685 |
# File 'lib/datawire_mdk_md.rb', line 51680 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
51687 51688 51689 51690 51691 51692 |
# File 'lib/datawire_mdk_md.rb', line 51687 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
51694 51695 51696 51697 51698 51699 |
# File 'lib/datawire_mdk_md.rb', line 51694 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
51672 51673 51674 51675 51676 51677 51678 |
# File 'lib/datawire_mdk_md.rb', line 51672 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.protocol.LogEvent } return obj.encode() nil end |