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

zenvia-ruby

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zenvia-ruby

0.1.8
Rubygems
Version published
Maintainers
2
Created
Source

Zenvia Ruby

Download and Install

gem install zenvia-ruby

or on your Gemfile:

gem "zenvia-ruby"

and

bundle install

create zenvia config initializer

rails g zenvia:install

after config file created, you should define config params:


require 'zenvia'

Zenvia.configure do |config|
  config.account  = 'your-zenvia-account'
  config.code     = 'your-zenvia-code'
  config.dispatch = 'zenvia dispatch method. default is (send)'
  config.from     = 'name of message sender. Eg. MY BUSINESS'
end

Usage


require 'zenvia'

# Sending a SMS

sms = Zenvia::Sms.new('you-id', 'test message!', 5521999999999)
sms.forward => #<Net::HTTPOK 200 OK readbody=true>

Contributing to zenvia-ruby

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

Copyright (c) 2012 LEONEL MORAIS. See LICENSE.txt for further details.

FAQs

Package last updated on 08 Aug 2018

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