Module: TelephoneAppointments
- Defined in:
- lib/telephone_appointments.rb,
lib/telephone_appointments/api.rb,
lib/telephone_appointments/version.rb,
lib/telephone_appointments/response.rb,
lib/telephone_appointments/stub_api.rb,
lib/telephone_appointments/summary_document_activity.rb,
lib/telephone_appointments/dropped_summary_document_activity.rb
Defined Under Namespace
Classes: Api, DroppedSummaryDocumentActivity, Response, StubApi, SummaryDocumentActivity, UnsavedObject
Constant Summary collapse
- VERSION =
'0.3.0'.freeze
Class Method Summary collapse
Class Method Details
.api ⇒ Object
13 14 15 |
# File 'lib/telephone_appointments.rb', line 13 def self.api @api ||= TelephoneAppointments::Api.new end |