Method: Vedeu::Geometries::Move#defaults

Defined in:
lib/vedeu/geometries/move.rb

#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>)


77
78
79
80
81
82
83
# File 'lib/vedeu/geometries/move.rb', line 77

def defaults
  {
    direction: :none,
    name:      nil,
    offset:    1,
  }
end