Module: Threadify

Defined in:
lib/threadify.rb

Defined Under Namespace

Classes: Error

Constant Summary collapse

VERSION =
'1.2.0'

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.abort_on_exceptionObject

Returns the value of attribute abort_on_exception.



14
15
16
# File 'lib/threadify.rb', line 14

def abort_on_exception
  @abort_on_exception
end

.strategyObject

Returns the value of attribute strategy.



15
16
17
# File 'lib/threadify.rb', line 15

def strategy
  @strategy
end

.threadsObject

Returns the value of attribute threads.



13
14
15
# File 'lib/threadify.rb', line 13

def threads
  @threads
end

Class Method Details

.versionObject



3
# File 'lib/threadify.rb', line 3

def Threadify.version() Threadify::VERSION end