def update(self):
     """Update method is not available for this resource"""
     unavailable_method()
 def delete(self):
     """Delete method is not avaialble for this resource"""
     unavailable_method()
Example #3
0
 def update(self):
     """update method is not available"""
     unavailable_method()
 def create(self):
     """Create method not available for this resource"""
     unavailable_method()
Example #5
0
 def delete(self):
     """Delete method is not available"""
     unavailable_method()
Example #6
0
 def create(self):
     """Create method is not available"""
     unavailable_method()
 def delete(self):
     """Delete method is not avaialble for this resource"""
     unavailable_method()
 def update(self):
     """Update method is not available for this resource"""
     unavailable_method()
 def create(self):
     """Create method not available for this resource"""
     unavailable_method()