class Barabut::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/barabut_sms/configuration.rb, line 9
def initialize
        @host = 'gw.barabut.com'
        @port = 80
end