Method: Vedeu::Geometries::Geometry#deputy

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

#deputy(client = nil) ⇒ Vedeu::Geometries::DSL

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.

Returns a DSL instance responsible for defining the DSL methods of this model.



138
139
140
# File 'lib/vedeu/geometries/geometry.rb', line 138

def deputy(client = nil)
  Vedeu::Geometries::DSL.new(self, client)
end