Module: Fellowshipone::Client::PledgeDrive

Included in:
Fellowshipone::Client
Defined in:
lib/fellowshipone/resources/pledge_drive.rb

Instance Method Summary collapse

Instance Method Details

#list_pledge_drives(fund_id) ⇒ Object



5
6
7
# File 'lib/fellowshipone/resources/pledge_drive.rb', line 5

def list_pledge_drives(fund_id)
  get("/giving/v1/funds/#{fund_id}/pledgedrives")
end