Module: EngivenAPI::Client::Gift

Included in:
EngivenAPI::Client
Defined in:
lib/engiven/resources/gift.rb

Instance Method Summary collapse

Instance Method Details

#create_pledged_gift(options = {}) ⇒ Object



8
9
10
# File 'lib/engiven/resources/gift.rb', line 8

def create_pledged_gift(options = {})
  post('/gifts', options)
end

#list_gifts(options = {}) ⇒ Object



4
5
6
# File 'lib/engiven/resources/gift.rb', line 4

def list_gifts(options = {})
  get('/gifts', options)
end