Method: Spider::Model::Request#with_superclass

Defined in:
lib/spiderfw/model/request.rb

#with_superclassself

Requests that the mapper retrieves also objects belonging to the model’s superclass

Returns:

  • (self)


83
84
85
86
# File 'lib/spiderfw/model/request.rb', line 83

def with_superclass
    @with_superclass = true
    return self
end