Class: Scimitar::Filter
- Inherits:
-
Supportable
- Object
- Supportable
- Scimitar::Filter
- Defined in:
- app/models/scimitar/filter.rb
Overview
Used to configure filters via app/models/scimitar/service_provider_configuration.rb.
Constant Summary collapse
- MAX_RESULTS_DEFAULT =
100
Instance Attribute Summary collapse
-
#maxResults ⇒ Object
Returns the value of attribute maxResults.
Attributes inherited from Supportable
Method Summary
Methods inherited from Supportable
Instance Attribute Details
#maxResults ⇒ Object
Returns the value of attribute maxResults.
9 10 11 |
# File 'app/models/scimitar/filter.rb', line 9 def maxResults @maxResults end |