Class: Provet::ConsultationItem
- Inherits:
-
Base
- Object
- Base
- Provet::ConsultationItem
show all
- Defined in:
- lib/provet/consultation_item.rb
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/consultation_item.rb', line 5
def create(_body)
raise MethodNotAllowedError
end
|
#destroy(_id) ⇒ Object
13
14
15
|
# File 'lib/provet/consultation_item.rb', line 13
def destroy(_id)
raise MethodNotAllowedError
end
|
#update(*_args) ⇒ Object
9
10
11
|
# File 'lib/provet/consultation_item.rb', line 9
def update(*_args)
raise MethodNotAllowedError
end
|