Class: Provet::Invoice

Inherits:
Base
  • Object
show all
Defined in:
lib/provet/invoice.rb

Instance Method Summary collapse

Methods inherited from Base

#all, #collection_path, #collection_url, #find, #list, #really_destroy!, #resource_path, #resource_url, #restore, #update

Instance Method Details

#create(_body) ⇒ Object



5
6
7
# File 'lib/provet/invoice.rb', line 5

def create(_body)
  raise MethodNotAllowedError
end

#destroy(_id) ⇒ Object



9
10
11
# File 'lib/provet/invoice.rb', line 9

def destroy(_id)
  raise MethodNotAllowedError
end