Class: Quark::DatawireMdkMd::MdkIntrospectionPlatformGetRoutableHostMethod

Inherits:
Object
  • Object
show all
Defined in:
lib/datawire_mdk_md.rb

Instance Method Summary collapse

Constructor Details

#initializeMdkIntrospectionPlatformGetRoutableHostMethod

Returns a new instance of MdkIntrospectionPlatformGetRoutableHostMethod.



37508
37509
37510
37511
37512
37513
# File 'lib/datawire_mdk_md.rb', line 37508

def initialize()
    
    super("quark.String", "getRoutableHost", ::DatawireQuarkCore::List.new(["mdk_runtime.EnvironmentVariables"]))

    nil
end

Instance Method Details

#__init_fields__Object



37547
37548
37549
37550
37551
37552
# File 'lib/datawire_mdk_md.rb', line 37547

def __init_fields__()
    
    super

    nil
end

#_getClassObject



37526
37527
37528
37529
37530
37531
# File 'lib/datawire_mdk_md.rb', line 37526

def _getClass()
    
    return ::DatawireQuarkCore.cast(nil) { ::String }

    nil
end

#_getField(name) ⇒ Object



37533
37534
37535
37536
37537
37538
# File 'lib/datawire_mdk_md.rb', line 37533

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



37540
37541
37542
37543
37544
37545
# File 'lib/datawire_mdk_md.rb', line 37540

def _setField(name, value)
    
    nil

    nil
end

#invoke(object, args) ⇒ Object



37518
37519
37520
37521
37522
37523
37524
# File 'lib/datawire_mdk_md.rb', line 37518

def invoke(object, args)
    
    obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_introspection.Platform }
    return ::Quark.mdk_introspection.Platform.getRoutableHost(::DatawireQuarkCore.cast((args)[0]) { ::Quark.mdk_runtime.EnvironmentVariables })

    nil
end