Class: Vedeu::Geometry::YDimension Private

Inherits:
Dimension
  • Object
show all
Defined in:
lib/vedeu/geometry/y_dimension.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

The Y Dimension provides the height of an entity.

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from Vedeu::Geometry::Dimension

Instance Method Details

#defaultsObject (private)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

See Also:



14
15
16
# File 'lib/vedeu/geometry/y_dimension.rb', line 14

def defaults
  super.merge!(default: Vedeu.height)
end