Class: Talkable::API::Offer

Inherits:
Base
  • Object
show all
Defined in:
lib/talkable/api/offer.rb

Class Method Summary collapse

Methods inherited from Base

get, post, put

Class Method Details

.find(id, params = {}) ⇒ Object



5
6
7
# File 'lib/talkable/api/offer.rb', line 5

def find(id, params = {})
  get "/offers/#{id}", params
end