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()
Ejemplo n.º 3
0
 def update(self):
     """update method is not available"""
     unavailable_method()
 def create(self):
     """Create method not available for this resource"""
     unavailable_method()
Ejemplo n.º 5
0
 def delete(self):
     """Delete method is not available"""
     unavailable_method()
Ejemplo n.º 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()