Class: RuPov::Methods::Threshold

Inherits:
MultiValue show all
Defined in:
lib/rupov.rb

Instance Attribute Summary

Attributes inherited from MultiValue

#name

Instance Method Summary collapse

Methods inherited from MultiValue

#set, #to_s

Constructor Details

#initialize(threshold) ⇒ Threshold

Returns a new instance of Threshold.



636
637
638
# File 'lib/rupov.rb', line 636

def initialize( threshold )
    super( [threshold], 'threshold' )
end