Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tww-ruby

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tww-ruby

  • 0.0.5
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

TWW Ruby

Download and Install

gem install tww-ruby

or on your Gemfile:

gem "tww-ruby"

and

bundle install

create tww config initializer

rails g tww:install

after config file created, you should define config params:


require 'tww'

Tww.configure do |config|
  config.numUser	= 'YOUR TWW NUMBER USER'
  config.password 	= 'YOUR TWW PASSWORD'
end

Usage


require 'tww'

# Sending a SMS

sms = Tww::Sms.new('you-id', 'test message!', 5521999999999)
sms.forward =>

Contributing to tww-ruby

  1. Fork the project.
  2. Start a feature/bugfix branch.
  3. Commit and push until you are happy with your contribution.
  4. Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.

Copyright (c) 2012 ARAAN BRANCO. See LICENSE.txt for further details.

FAQs

Package last updated on 14 Oct 2015

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc