Class: Vedeu::Geometries::YDimension Private

Inherits:
Dimension
  • Object
show all
Defined in:
lib/vedeu/geometries/area/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 Attribute Summary

Attributes inherited from Dimension

#d, #d_dn, #default, #dn, #maximised

Instance Method Summary collapse

Methods inherited from Dimension

#_d, #_dn, #alignment, #centred_d, #centred_dn, #end_coordinate, #initialize, #length, pair, #pair, #start_coordinate

Constructor Details

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

Instance Method Details

#defaultsHash<Symbol => void> (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.

The default options/attributes for a new instance of this class.

Returns:

  • (Hash<Symbol => void>)


16
17
18
# File 'lib/vedeu/geometries/area/y_dimension.rb', line 16

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