module Sms160

Constants

API_ERROR
API_PENDING
API_SUCCESS
BALANCE_ENDPOINT
BASE_URI
MESSAGE_STATUS_ENDPOINT
SEND_MESSAGE_ENDPOINT
VERSION

Public Class Methods

configuration() click to toggle source
# File lib/sms160.rb, line 8
def self.configuration
  @configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/sms160.rb, line 12
def self.configure
  yield configuration
end