class WavecellOtpAndSms::Configuration

Attributes

api_key[RW]
sub_account[RW]

Public Class Methods

new() click to toggle source
# File lib/wavecell_otp_and_sms/configuration.rb, line 5
def initialize
  @api_key
  @sub_account
end