class Boxify::Space
Public Class Methods
new(width:, depth:, height:)
click to toggle source
# File lib/boxify/space.rb, line 5 def initialize(width:, depth:, height:) @width = width @depth = depth @height = height end