Module: WavecellOtpAndSms

Defined in:
lib/wavecell_otp_and_sms.rb,
lib/wavecell_otp_and_sms/version.rb,
lib/wavecell_otp_and_sms/send_otp.rb,
lib/wavecell_otp_and_sms/send_sms.rb,
lib/wavecell_otp_and_sms/verify_otp.rb,
lib/wavecell_otp_and_sms/configuration.rb

Defined Under Namespace

Classes: Configuration, Error, SendOtp, SendSms, VerifyOtp

Constant Summary collapse

VERSION =
"1.1.0"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject

Returns the value of attribute configuration.



12
13
14
# File 'lib/wavecell_otp_and_sms.rb', line 12

def configuration
  @configuration
end

Class Method Details

.configure {|configuration| ... } ⇒ Object

Yields:



19
20
21
# File 'lib/wavecell_otp_and_sms.rb', line 19

def self.configure
  yield configuration
end