Class: Quark::DatawireMdkMd::MdkSessionInteractMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::MdkSessionInteractMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ MdkSessionInteractMethod
constructor
A new instance of MdkSessionInteractMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ MdkSessionInteractMethod
Returns a new instance of MdkSessionInteractMethod.
1362 1363 1364 1365 1366 1367 |
# File 'lib/datawire_mdk_md.rb', line 1362 def initialize() super("quark.void", "interact", ::DatawireQuarkCore::List.new(["quark.UnaryCallable"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
1402 1403 1404 1405 1406 1407 |
# File 'lib/datawire_mdk_md.rb', line 1402 def __init_fields__() super nil end |
#_getClass ⇒ Object
1381 1382 1383 1384 1385 1386 |
# File 'lib/datawire_mdk_md.rb', line 1381 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
1388 1389 1390 1391 1392 1393 |
# File 'lib/datawire_mdk_md.rb', line 1388 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
1395 1396 1397 1398 1399 1400 |
# File 'lib/datawire_mdk_md.rb', line 1395 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
1372 1373 1374 1375 1376 1377 1378 1379 |
# File 'lib/datawire_mdk_md.rb', line 1372 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk.Session } obj.interact(::DatawireQuarkCore.cast((args)[0]) { ::Quark.quark.UnaryCallable }) return nil nil end |