Class: Scimitar::Filter

Inherits:
Supportable show all
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

Attributes inherited from Supportable

#supported

Method Summary

Methods inherited from Supportable

supported, unsupported

Instance Attribute Details

#maxResultsObject

Returns the value of attribute maxResults.



9
10
11
# File 'app/models/scimitar/filter.rb', line 9

def maxResults
  @maxResults
end