RdDevTest
Gem is used for integration with Highrise CRM. works as a helper and its dependence on the Highrise gem.
This gem can be used to insert, delete, and search all persons of a particular account Highrise, through their methods #save_higrise , #delete_person_highrise, #all_person.
Installation
Add this line to your application's Gemfile:
gem 'rd_dev_test'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rd_dev_test
Usage
@list = RdDevTest::Person.all_person
deleted_people = RdDevTest::Person.delete_person_highrise(123)
id_highrise_save = RdDevTest::Person.save_higrise(people)
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request