Class: RuPov::Methods::Specular

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(specular) ⇒ Specular

Returns a new instance of Specular.



588
589
590
# File 'lib/rupov.rb', line 588

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