コード例 #1
0
 def update(self):
     """Update method is not available for this resource"""
     unavailable_method()
コード例 #2
0
 def delete(self):
     """Delete method is not avaialble for this resource"""
     unavailable_method()
コード例 #3
0
 def update(self):
     """update method is not available"""
     unavailable_method()
コード例 #4
0
 def create(self):
     """Create method not available for this resource"""
     unavailable_method()
コード例 #5
0
 def delete(self):
     """Delete method is not available"""
     unavailable_method()
コード例 #6
0
 def create(self):
     """Create method is not available"""
     unavailable_method()
コード例 #7
0
 def delete(self):
     """Delete method is not avaialble for this resource"""
     unavailable_method()
コード例 #8
0
 def update(self):
     """Update method is not available for this resource"""
     unavailable_method()
コード例 #9
0
 def create(self):
     """Create method not available for this resource"""
     unavailable_method()