Sha256: 233a11ecdb51b4507cea801021e41109beff3b00e09bb44d83d15f658130510c
Contents?: true
Size: 453 Bytes
Versions: 3
Compression:
Stored size: 453 Bytes
Contents
require "wavecell_otp_and_sms/version" require "wavecell_otp_and_sms/configuration" require "wavecell_otp_and_sms/send_sms" require "wavecell_otp_and_sms/send_otp" require "wavecell_otp_and_sms/verify_otp" module WavecellOtpAndSms class Error < StandardError; end class << self attr_accessor :configuration end def self.configuration @configuration ||= Configuration.new end def self.configure yield configuration end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wavecell_otp_and_sms-1.1.0 | lib/wavecell_otp_and_sms.rb |
wavecell_otp_and_sms-1.0.9 | lib/wavecell_otp_and_sms.rb |
wavecell_otp_and_sms-1.0.8 | lib/wavecell_otp_and_sms.rb |