Class: ScimEngine::Filter

Inherits:
Supportable show all
Defined in:
app/models/scim_engine/filter.rb

Instance Attribute Summary collapse

Attributes inherited from Supportable

#supported

Method Summary

Methods inherited from Supportable

unsupported

Instance Attribute Details

#maxResultsObject

Returns the value of attribute maxResults.



3
4
5
# File 'app/models/scim_engine/filter.rb', line 3

def maxResults
  @maxResults
end