Class: RuPov::LightSources::LightGroup

Inherits:
Base
  • Object
show all
Defined in:
lib/rupov.rb

Instance Attribute Summary

Attributes inherited from Base

#name

Instance Method Summary collapse

Methods inherited from Base

#<<, #to_s

Constructor Details

#initializeLightGroup

Returns a new instance of LightGroup.



248
249
250
# File 'lib/rupov.rb', line 248

def initialize
    super( 'light_group' )
end