Class: Optical::System::Spacer

Inherits:
Object
  • Object
show all
Defined in:
lib/optical/system.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(space) ⇒ Spacer



42
43
44
# File 'lib/optical/system.rb', line 42

def initialize(space)
    @space = space
end

Instance Attribute Details

#spaceObject (readonly)

Returns the value of attribute space.



39
40
41
# File 'lib/optical/system.rb', line 39

def space
  @space
end