Method: CloudKit::Store#version_collection_methods

Defined in:
lib/cloudkit/store.rb

#version_collection_methodsObject

Return the list of methods allowed on a version history collection.



162
163
164
# File 'lib/cloudkit/store.rb', line 162

def version_collection_methods
  @version_collection_methods ||= http_methods.excluding('POST', 'PUT', 'DELETE')
end