Method: Spider::Model::Request#polymorphs

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

#polymorphsbool (readonly)

Returns find also the given subclasses of the queried model.

Returns:

  • (bool)

    find also the given subclasses of the queried model.



12
13
14
# File 'lib/spiderfw/model/request.rb', line 12

def polymorphs
  @polymorphs
end