Class: Quark::DatawireMdkMd::MdkMetricsInteractionEventEncodeMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::MdkMetricsInteractionEventEncodeMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ MdkMetricsInteractionEventEncodeMethod
constructor
A new instance of MdkMetricsInteractionEventEncodeMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ MdkMetricsInteractionEventEncodeMethod
53029 53030 53031 53032 53033 53034 |
# File 'lib/datawire_mdk_md.rb', line 53029 def initialize() super("quark.String", "encode", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
53068 53069 53070 53071 53072 53073 |
# File 'lib/datawire_mdk_md.rb', line 53068 def __init_fields__() super nil end |
#_getClass ⇒ Object
53047 53048 53049 53050 53051 53052 |
# File 'lib/datawire_mdk_md.rb', line 53047 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
53054 53055 53056 53057 53058 53059 |
# File 'lib/datawire_mdk_md.rb', line 53054 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
53061 53062 53063 53064 53065 53066 |
# File 'lib/datawire_mdk_md.rb', line 53061 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
53039 53040 53041 53042 53043 53044 53045 |
# File 'lib/datawire_mdk_md.rb', line 53039 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_metrics.InteractionEvent } return obj.encode() nil end |