class NetGSM::Configuration
Used to set up and modify settings for the notifier.
Attributes
host[RW]
password[RW]
port[RW]
usercode[RW]
Public Class Methods
new()
click to toggle source
# File lib/netgsm_sms/configuration.rb, line 9 def initialize @host = 'api.netgsm.com.tr' @port = 80 end