Class: Quark::Mdk::TLSInit
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
#to_s
Constructor Details
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
|
#_getClass ⇒ Object
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
|
#getValue ⇒ Object
936
937
938
939
940
941
|
# File 'lib/mdk.rb', line 936
def getValue()
return false
nil
end
|