Module: SemaphoreSMS
- Defined in:
- lib/semaphore_sms.rb,
lib/semaphore_sms/http.rb,
lib/semaphore_sms/client.rb,
lib/semaphore_sms/version.rb,
lib/semaphore_sms/resources/otp.rb,
lib/semaphore_sms/resources/account.rb,
lib/semaphore_sms/resources/messages.rb,
lib/semaphore_sms/resources/priority.rb
Defined Under Namespace
Modules: HTTP, Resources
Classes: Client, Configuration, ConfigurationError, Error
Constant Summary
collapse
- VERSION =
'2.1.5'.freeze
Class Attribute Summary collapse
Class Method Summary
collapse
Class Method Details
54
55
56
|
# File 'lib/semaphore_sms.rb', line 54
def self.configure
yield(configuration)
end
|