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.
51500 51501 51502 51503 51504 51505 |
# File 'lib/datawire_mdk_md.rb', line 51500 def initialize() super("quark.String", "toString", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
51539 51540 51541 51542 51543 51544 |
# File 'lib/datawire_mdk_md.rb', line 51539 def __init_fields__() super nil end |
#_getClass ⇒ Object
51518 51519 51520 51521 51522 51523 |
# File 'lib/datawire_mdk_md.rb', line 51518 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
51525 51526 51527 51528 51529 51530 |
# File 'lib/datawire_mdk_md.rb', line 51525 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
51532 51533 51534 51535 51536 51537 |
# File 'lib/datawire_mdk_md.rb', line 51532 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
51510 51511 51512 51513 51514 51515 51516 |
# File 'lib/datawire_mdk_md.rb', line 51510 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.protocol.LogEvent } return obj.toString() nil end |