🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

ruby_sipgate

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ruby_sipgate

0.2.3
Version published
Maintainers
1
Created

ruby-sipgate

Ruby Gem for sending sms via sipgate api

Usage

require 'rubysgate'

Rubysgate::Config.set :password, "your_password"

Rubysgate::Config.set :username, "your_username"

Rubysgate::Sms.deliver "015598765432", "Lorem Ipsum"

Config Parameters

  • :password = ""
  • :username = ""
  • :debug = false

FAQs

Package last updated on 24 Apr 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts