class SmsRouter::Configuration
Attributes
app_code[RW]
app_key[RW]
Public Class Methods
new()
click to toggle source
# File lib/sms_router.rb, line 17 def initialize @app_key = "" @app_code = "" end