Class: Provet::ItemList
Instance Method Summary collapse
Methods inherited from Base
#all, #collection_path, #collection_url, #find, #list, #really_destroy!, #resource_path, #resource_url, #restore
Instance Method Details
#create(_body) ⇒ Object
5 6 7 |
# File 'lib/provet/item_list.rb', line 5 def create(_body) raise MethodNotAllowedError end |
#destroy(_id) ⇒ Object
13 14 15 |
# File 'lib/provet/item_list.rb', line 13 def destroy(_id) raise MethodNotAllowedError end |
#update(*_args) ⇒ Object
9 10 11 |
# File 'lib/provet/item_list.rb', line 9 def update(*_args) raise MethodNotAllowedError end |