Module: MixinTest

Included in:
BlockTest
Defined in:
lib/blocktest.rb

Overview

game.rb

Instance Method Summary collapse

Instance Method Details

#getMixingTestValueObject



9
10
11
# File 'lib/blocktest.rb', line 9

def getMixingTestValue
    return @mixingTestValue
end

#setMixingTestValue(val) ⇒ Object



5
6
7
# File 'lib/blocktest.rb', line 5

def setMixingTestValue(val)
    @mixingTestValue = val
end