Class: TelephoneAppointments::StubApi
- Inherits:
-
Object
- Object
- TelephoneAppointments::StubApi
- Defined in:
- lib/telephone_appointments/stub_api.rb
Instance Method Summary collapse
Instance Method Details
#post ⇒ Object
3 4 5 |
# File 'lib/telephone_appointments/stub_api.rb', line 3 def post(*) Response.new(Net::HTTPSuccess.new(nil, nil, nil)) end |