Class: Quark::DatawireMdkMd::MdkTracingProtocolLogAckToStringMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::MdkTracingProtocolLogAckToStringMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ MdkTracingProtocolLogAckToStringMethod
constructor
A new instance of MdkTracingProtocolLogAckToStringMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ MdkTracingProtocolLogAckToStringMethod
Returns a new instance of MdkTracingProtocolLogAckToStringMethod.
52895 52896 52897 52898 52899 52900 |
# File 'lib/datawire_mdk_md.rb', line 52895 def initialize() super("quark.String", "toString", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
52934 52935 52936 52937 52938 52939 |
# File 'lib/datawire_mdk_md.rb', line 52934 def __init_fields__() super nil end |
#_getClass ⇒ Object
52913 52914 52915 52916 52917 52918 |
# File 'lib/datawire_mdk_md.rb', line 52913 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
52920 52921 52922 52923 52924 52925 |
# File 'lib/datawire_mdk_md.rb', line 52920 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
52927 52928 52929 52930 52931 52932 |
# File 'lib/datawire_mdk_md.rb', line 52927 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
52905 52906 52907 52908 52909 52910 52911 |
# File 'lib/datawire_mdk_md.rb', line 52905 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.protocol.LogAck } return obj.toString() nil end |