Class: Quark::Quark::Test::TestInitializer
- Inherits:
-
DatawireQuarkCore::QuarkObject
- Object
- DatawireQuarkCore::QuarkObject
- Quark::Quark::Test::TestInitializer
- Extended by:
- DatawireQuarkCore::Static
- Defined in:
- lib/quark/test.rb
Constant Summary
Constants included from DatawireQuarkCore::Static
DatawireQuarkCore::Static::Unassigned
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
- #getValue ⇒ Object
-
#initialize ⇒ TestInitializer
constructor
A new instance of TestInitializer.
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Methods inherited from DatawireQuarkCore::QuarkObject
Constructor Details
#initialize ⇒ TestInitializer
Returns a new instance of TestInitializer.
22 23 24 25 26 |
# File 'lib/quark/test.rb', line 22 def initialize() self.__init_fields__ nil end |
Instance Method Details
#__init_fields__ ⇒ Object
59 60 61 62 63 |
# File 'lib/quark/test.rb', line 59 def __init_fields__() nil end |
#_getClass ⇒ Object
38 39 40 41 42 43 |
# File 'lib/quark/test.rb', line 38 def _getClass() return "quark.test.TestInitializer" nil end |
#_getField(name) ⇒ Object
45 46 47 48 49 50 |
# File 'lib/quark/test.rb', line 45 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
52 53 54 55 56 57 |
# File 'lib/quark/test.rb', line 52 def _setField(name, value) nil nil end |
#getValue ⇒ Object
31 32 33 34 35 36 |
# File 'lib/quark/test.rb', line 31 def getValue() return ::DatawireQuarkCore.cast(nil) { ::Quark.quark.test.Test } nil end |