Class: ScimEngine::Bulk

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

Instance Attribute Summary collapse

Attributes inherited from Supportable

#supported

Method Summary

Methods inherited from Supportable

unsupported

Instance Attribute Details

#maxOperationsObject

Returns the value of attribute maxOperations.



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

def maxOperations
  @maxOperations
end

#maxPayloadSizeObject

Returns the value of attribute maxPayloadSize.



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

def maxPayloadSize
  @maxPayloadSize
end