class TuraTEL::Configuration
Used to set up and modify settings for the notifier.
Attributes
channel_code[RW]
debug[RW]
host[RW]
password[RW]
port[RW]
usercode[RW]
Public Class Methods
new()
click to toggle source
# File lib/turatel_sms/configuration.rb, line 11 def initialize @host = 'processor.smsorigin.com' @port = 80 end