Class: WavecellOtpAndSms::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/wavecell_otp_and_sms/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



5
6
7
8
# File 'lib/wavecell_otp_and_sms/configuration.rb', line 5

def initialize
  @api_key
  @sub_account
end

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



3
4
5
# File 'lib/wavecell_otp_and_sms/configuration.rb', line 3

def api_key
  @api_key
end

#sub_accountObject

Returns the value of attribute sub_account.



3
4
5
# File 'lib/wavecell_otp_and_sms/configuration.rb', line 3

def 
  @sub_account
end