class RajaSms::Configuration

Attributes

api_key[RW]
host[RW]

Public Class Methods

new() click to toggle source
# File lib/raja_sms/configuration.rb, line 5
def initialize
  @host = nil
  @api_key = nil 
end