Sha256: e77e74e24f4ddb230205777e37465de328c8e830b24eed3c3c93ec27e7c57307
Contents?: true
Size: 406 Bytes
Versions: 2
Compression:
Stored size: 406 Bytes
Contents
require 'telephone_appointments/version' require 'telephone_appointments/api' require 'telephone_appointments/response' require 'telephone_appointments/summary_document_activity' require 'active_support/core_ext/module/attribute_accessors' module TelephoneAppointments mattr_writer :api def self.api @api ||= TelephoneAppointments::Api.new end class UnsavedObject < StandardError; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telephone_appointments-0.1.1 | lib/telephone_appointments.rb |
telephone_appointments-0.1.0 | lib/telephone_appointments.rb |