Class: TelephoneAppointments::StubApi

Inherits:
Object
  • Object
show all
Defined in:
lib/telephone_appointments/stub_api.rb

Instance Method Summary collapse

Instance Method Details

#postObject



3
4
5
# File 'lib/telephone_appointments/stub_api.rb', line 3

def post(*)
  Response.new(Net::HTTPSuccess.new(nil, nil, nil))
end