Class: Pixo::Renderer::AddFadecandy
- Inherits:
-
Object
- Object
- Pixo::Renderer::AddFadecandy
- Defined in:
- lib/pixo/renderer.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(hostname, count) ⇒ AddFadecandy
constructor
A new instance of AddFadecandy.
Constructor Details
#initialize(hostname, count) ⇒ AddFadecandy
Returns a new instance of AddFadecandy.
46 47 48 49 |
# File 'lib/pixo/renderer.rb', line 46 def initialize(hostname, count) @hostname = hostname @count = count end |