File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33[ ![ Circle CI] ( https://circleci.com/gh/intercom/intercom-ruby.png?style=shield )] ( https://circleci.com/gh/intercom/intercom-ruby )
44[ ![ gem] ( https://img.shields.io/gem/v/intercom )] ( https://rubygems.org/gems/intercom )
5- ![ Intercom API Version] ( https://img.shields.io/badge/Intercom%20API%20Version-2.2 -blue )
5+ ![ Intercom API Version] ( https://img.shields.io/badge/Intercom%20API%20Version-2.6 -blue )
66
77> Ruby bindings for the [ Intercom API] ( https://developers.intercom.io/reference ) .
88
@@ -274,7 +274,7 @@ intercom.events.create(
274274# Retrieve event list for user with id:'123abc'
275275 intercom.events.find_all(" type" => " user" , " intercom_user_id" => " 123abc" )
276276
277- # Retrieve the event summary for user with id: 'abc' this will return an event object with the following characteristics:
277+ # Retrieve the event summary for user with id: 'abc' this will return an event object with the following characteristics:
278278# name - name of the event
279279# first - time when event first occured.
280280# last - time when event last occured
Original file line number Diff line number Diff line change 11module Intercom #:nodoc:
2- VERSION = "4.1.3 "
2+ VERSION = "4.2.0 "
33end
You can’t perform that action at this time.
0 commit comments