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.



38441
38442
38443
38444
38445
38446
# File 'lib/datawire_mdk_md.rb', line 38441

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

    nil
end

Instance Method Details

#__init_fields__Object



38480
38481
38482
38483
38484
38485
# File 'lib/datawire_mdk_md.rb', line 38480

def __init_fields__()
    
    super

    nil
end

#_getClassObject



38459
38460
38461
38462
38463
38464
# File 'lib/datawire_mdk_md.rb', line 38459

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

    nil
end

#_getField(name) ⇒ Object



38466
38467
38468
38469
38470
38471
# File 'lib/datawire_mdk_md.rb', line 38466

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



38473
38474
38475
38476
38477
38478
# File 'lib/datawire_mdk_md.rb', line 38473

def _setField(name, value)
    
    nil

    nil
end

#invoke(object, args) ⇒ Object



38451
38452
38453
38454
38455
38456
38457
# File 'lib/datawire_mdk_md.rb', line 38451

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