Method: Spider::Model::Request#with_superclass
- Defined in:
- lib/spiderfw/model/request.rb
#with_superclass ⇒ self
Requests that the mapper retrieves also objects belonging to the model’s superclass
83 84 85 86 |
# File 'lib/spiderfw/model/request.rb', line 83 def with_superclass @with_superclass = true return self end |