Method: Vedeu::Repositories::Model#deputy
- Defined in:
- lib/vedeu/repositories/model.rb
#deputy(client = nil) ⇒ void
This method returns an undefined value.
Returns a DSL instance responsible for defining the DSL methods of this model.
98 99 100 |
# File 'lib/vedeu/repositories/model.rb', line 98 def deputy(client = nil) Object.const_get(dsl_class).new(self, client) end |