Class: ScimEngine::Filter
- Inherits:
-
Supportable
- Object
- Supportable
- ScimEngine::Filter
- Defined in:
- app/models/scim_engine/filter.rb
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
3 4 5 |
# File 'app/models/scim_engine/filter.rb', line 3 def maxResults @maxResults end |