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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request