Class: Quark::DatawireMdkMd::MdkTracingProtocolSubscribeToStringMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::MdkTracingProtocolSubscribeToStringMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ MdkTracingProtocolSubscribeToStringMethod
constructor
A new instance of MdkTracingProtocolSubscribeToStringMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ MdkTracingProtocolSubscribeToStringMethod
Returns a new instance of MdkTracingProtocolSubscribeToStringMethod.
51731 51732 51733 51734 51735 51736 |
# File 'lib/datawire_mdk_md.rb', line 51731 def initialize() super("quark.String", "toString", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
51770 51771 51772 51773 51774 51775 |
# File 'lib/datawire_mdk_md.rb', line 51770 def __init_fields__() super nil end |
#_getClass ⇒ Object
51749 51750 51751 51752 51753 51754 |
# File 'lib/datawire_mdk_md.rb', line 51749 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
51756 51757 51758 51759 51760 51761 |
# File 'lib/datawire_mdk_md.rb', line 51756 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
51763 51764 51765 51766 51767 51768 |
# File 'lib/datawire_mdk_md.rb', line 51763 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
51741 51742 51743 51744 51745 51746 51747 |
# File 'lib/datawire_mdk_md.rb', line 51741 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.protocol.Subscribe } return obj.toString() nil end |