Method: Copland::ServiceModel::PrototypeServiceModel#instance
- Defined in:
- lib/copland/models/prototype.rb
#instance(&block) ⇒ Object
Invokes ServicePoint#instantiate on the model’s protected service point.
48 49 50 |
# File 'lib/copland/models/prototype.rb', line 48 def instance( &block ) @service_point.instantiate( &block ) end |