Class: Scimitar::Bulk
- Inherits:
-
Supportable
- Object
- Supportable
- Scimitar::Bulk
- Defined in:
- app/models/scimitar/bulk.rb
Overview
This isn’t supported yet; the class is a placeholder.
Instance Attribute Summary collapse
-
#maxOperations ⇒ Object
Returns the value of attribute maxOperations.
-
#maxPayloadSize ⇒ Object
Returns the value of attribute maxPayloadSize.
Attributes inherited from Supportable
Method Summary
Methods inherited from Supportable
Instance Attribute Details
#maxOperations ⇒ Object
Returns the value of attribute maxOperations.
6 7 8 |
# File 'app/models/scimitar/bulk.rb', line 6 def maxOperations @maxOperations end |
#maxPayloadSize ⇒ Object
Returns the value of attribute maxPayloadSize.
6 7 8 |
# File 'app/models/scimitar/bulk.rb', line 6 def maxPayloadSize @maxPayloadSize end |