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.
52025 52026 52027 52028 52029 52030 |
# File 'lib/datawire_mdk_md.rb', line 52025 def initialize() super("quark.String", "encode", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
52064 52065 52066 52067 52068 52069 |
# File 'lib/datawire_mdk_md.rb', line 52064 def __init_fields__() super nil end |
#_getClass ⇒ Object
52043 52044 52045 52046 52047 52048 |
# File 'lib/datawire_mdk_md.rb', line 52043 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
52050 52051 52052 52053 52054 52055 |
# File 'lib/datawire_mdk_md.rb', line 52050 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
52057 52058 52059 52060 52061 52062 |
# File 'lib/datawire_mdk_md.rb', line 52057 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
52035 52036 52037 52038 52039 52040 52041 |
# File 'lib/datawire_mdk_md.rb', line 52035 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.api.GetLogEventsRequest } return obj.encode() nil end |