Class: Quark::DatawireMdkMd::MdkTracingProtocolLogEventToStringMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::MdkTracingProtocolLogEventToStringMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ MdkTracingProtocolLogEventToStringMethod
constructor
A new instance of MdkTracingProtocolLogEventToStringMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ MdkTracingProtocolLogEventToStringMethod
Returns a new instance of MdkTracingProtocolLogEventToStringMethod.
52433 52434 52435 52436 52437 52438 |
# File 'lib/datawire_mdk_md.rb', line 52433 def initialize() super("quark.String", "toString", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
52472 52473 52474 52475 52476 52477 |
# File 'lib/datawire_mdk_md.rb', line 52472 def __init_fields__() super nil end |
#_getClass ⇒ Object
52451 52452 52453 52454 52455 52456 |
# File 'lib/datawire_mdk_md.rb', line 52451 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
52458 52459 52460 52461 52462 52463 |
# File 'lib/datawire_mdk_md.rb', line 52458 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
52465 52466 52467 52468 52469 52470 |
# File 'lib/datawire_mdk_md.rb', line 52465 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
52443 52444 52445 52446 52447 52448 52449 |
# File 'lib/datawire_mdk_md.rb', line 52443 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.protocol.LogEvent } return obj.toString() nil end |