Class: Quark::Mdk::TLSInit

Inherits:
DatawireQuarkCore::QuarkObject show all
Extended by:
DatawireQuarkCore::Static
Defined in:
lib/mdk.rb

Constant Summary

Constants included from DatawireQuarkCore::Static

DatawireQuarkCore::Static::Unassigned

Instance Method Summary collapse

Methods included from DatawireQuarkCore::Static

_lazy_statics, static, unlazy_statics

Methods inherited from DatawireQuarkCore::QuarkObject

#to_s

Constructor Details

#initializeTLSInit

Returns a new instance of TLSInit.



927
928
929
930
931
# File 'lib/mdk.rb', line 927

def initialize()
    self.__init_fields__

    nil
end

Instance Method Details

#__init_fields__Object



964
965
966
967
968
# File 'lib/mdk.rb', line 964

def __init_fields__()
    

    nil
end

#_getClassObject



943
944
945
946
947
948
# File 'lib/mdk.rb', line 943

def _getClass()
    
    return "mdk._TLSInit"

    nil
end

#_getField(name) ⇒ Object



950
951
952
953
954
955
# File 'lib/mdk.rb', line 950

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



957
958
959
960
961
962
# File 'lib/mdk.rb', line 957

def _setField(name, value)
    
    nil

    nil
end

#getValueObject



936
937
938
939
940
941
# File 'lib/mdk.rb', line 936

def getValue()
    
    return false

    nil
end