Class: RuPov::Methods::Roughness

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(roughness) ⇒ Roughness

Returns a new instance of Roughness.



582
583
584
# File 'lib/rupov.rb', line 582

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