Class: Quark::DatawireMdkMd::MdkTracingApiGetLogEventsResultEncodeMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::MdkTracingApiGetLogEventsResultEncodeMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ MdkTracingApiGetLogEventsResultEncodeMethod
constructor
A new instance of MdkTracingApiGetLogEventsResultEncodeMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ MdkTracingApiGetLogEventsResultEncodeMethod
Returns a new instance of MdkTracingApiGetLogEventsResultEncodeMethod.
52256 52257 52258 52259 52260 52261 |
# File 'lib/datawire_mdk_md.rb', line 52256 def initialize() super("quark.String", "encode", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
52295 52296 52297 52298 52299 52300 |
# File 'lib/datawire_mdk_md.rb', line 52295 def __init_fields__() super nil end |
#_getClass ⇒ Object
52274 52275 52276 52277 52278 52279 |
# File 'lib/datawire_mdk_md.rb', line 52274 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
52281 52282 52283 52284 52285 52286 |
# File 'lib/datawire_mdk_md.rb', line 52281 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
52288 52289 52290 52291 52292 52293 |
# File 'lib/datawire_mdk_md.rb', line 52288 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
52266 52267 52268 52269 52270 52271 52272 |
# File 'lib/datawire_mdk_md.rb', line 52266 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.api.GetLogEventsResult } return obj.encode() nil end |