class Provet::Consultation

Public Instance Methods

create(_body) click to toggle source
# File lib/provet/consultation.rb, line 5
def create(_body)
  raise MethodNotAllowedError
end
destroy(_id) click to toggle source
# File lib/provet/consultation.rb, line 13
def destroy(_id)
  raise MethodNotAllowedError
end
update(*_args) click to toggle source
# File lib/provet/consultation.rb, line 9
def update(*_args)
  raise MethodNotAllowedError
end

Private Instance Methods

endpoint_name() click to toggle source
# File lib/provet/consultation.rb, line 19
def endpoint_name
  'consultation'
end