Class: Vedeu::Geometries::XDimension Private
- Defined in:
- lib/vedeu/geometries/area/x_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 X Dimension provides the width of an entity.
Instance Method Summary collapse
- #defaults ⇒ Object private private
Constructor Details
This class inherits a constructor from Vedeu::Geometries::Dimension
Instance Method Details
#defaults ⇒ Object (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.
16 17 18 |
# File 'lib/vedeu/geometries/area/x_dimension.rb', line 16 def defaults super.merge!(default: Vedeu.width) end |