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.
51146 51147 51148 51149 51150 51151 |
# File 'lib/datawire_mdk_md.rb', line 51146 def initialize() super("quark.String", "encode", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
51185 51186 51187 51188 51189 51190 |
# File 'lib/datawire_mdk_md.rb', line 51185 def __init_fields__() super nil end |
#_getClass ⇒ Object
51164 51165 51166 51167 51168 51169 |
# File 'lib/datawire_mdk_md.rb', line 51164 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
51171 51172 51173 51174 51175 51176 |
# File 'lib/datawire_mdk_md.rb', line 51171 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
51178 51179 51180 51181 51182 51183 |
# File 'lib/datawire_mdk_md.rb', line 51178 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
51156 51157 51158 51159 51160 51161 51162 |
# File 'lib/datawire_mdk_md.rb', line 51156 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.api.GetLogEventsRequest } return obj.encode() nil end |