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.
52664 52665 52666 52667 52668 52669 |
# File 'lib/datawire_mdk_md.rb', line 52664 def initialize() super("quark.String", "toString", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
52703 52704 52705 52706 52707 52708 |
# File 'lib/datawire_mdk_md.rb', line 52703 def __init_fields__() super nil end |
#_getClass ⇒ Object
52682 52683 52684 52685 52686 52687 |
# File 'lib/datawire_mdk_md.rb', line 52682 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
52689 52690 52691 52692 52693 52694 |
# File 'lib/datawire_mdk_md.rb', line 52689 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
52696 52697 52698 52699 52700 52701 |
# File 'lib/datawire_mdk_md.rb', line 52696 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
52674 52675 52676 52677 52678 52679 52680 |
# File 'lib/datawire_mdk_md.rb', line 52674 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.protocol.Subscribe } return obj.toString() nil end |