class JetSMS::Configuration
Attributes
host[RW]
password[RW]
port[RW]
usercode[RW]
Public Class Methods
new()
click to toggle source
# File lib/jetsms/configuration.rb, line 8 def initialize @host = 'www.biotekno.biz' @port = 8080 end