Class: Quark::DatawireMdkMd::MdkTracingApiGetLogEventsRequestEncodeMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::MdkTracingApiGetLogEventsRequestEncodeMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ MdkTracingApiGetLogEventsRequestEncodeMethod
constructor
A new instance of MdkTracingApiGetLogEventsRequestEncodeMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ MdkTracingApiGetLogEventsRequestEncodeMethod
Returns a new instance of MdkTracingApiGetLogEventsRequestEncodeMethod.
51092 51093 51094 51095 51096 51097 |
# File 'lib/datawire_mdk_md.rb', line 51092 def initialize() super("quark.String", "encode", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
51131 51132 51133 51134 51135 51136 |
# File 'lib/datawire_mdk_md.rb', line 51131 def __init_fields__() super nil end |
#_getClass ⇒ Object
51110 51111 51112 51113 51114 51115 |
# File 'lib/datawire_mdk_md.rb', line 51110 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
51117 51118 51119 51120 51121 51122 |
# File 'lib/datawire_mdk_md.rb', line 51117 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
51124 51125 51126 51127 51128 51129 |
# File 'lib/datawire_mdk_md.rb', line 51124 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
51102 51103 51104 51105 51106 51107 51108 |
# File 'lib/datawire_mdk_md.rb', line 51102 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.api.GetLogEventsRequest } return obj.encode() nil end |