Method: Spider::Model::MapperIncludeModule::ModuleMethods#with_schema

Defined in:
lib/spiderfw/model/mappers/mapper.rb

#with_schema(&proc) ⇒ Object



1486
1487
1488
# File 'lib/spiderfw/model/mappers/mapper.rb', line 1486

def with_schema(&proc)
    @schema_proc = proc
end