Class: Optical::System::Spacer
- Inherits:
-
Object
- Object
- Optical::System::Spacer
- Defined in:
- lib/optical/system.rb
Instance Attribute Summary collapse
-
#space ⇒ Object
readonly
Returns the value of attribute space.
Instance Method Summary collapse
-
#initialize(space) ⇒ Spacer
constructor
A new instance of Spacer.
Constructor Details
#initialize(space) ⇒ Spacer
42 43 44 |
# File 'lib/optical/system.rb', line 42 def initialize(space) @space = space end |
Instance Attribute Details
#space ⇒ Object (readonly)
Returns the value of attribute space.
39 40 41 |
# File 'lib/optical/system.rb', line 39 def space @space end |