module ChurchCommunityBuilder::Client::Fund
Public Instance Methods
list_funds()
click to toggle source
# File lib/church_community_builder/resources/fund.rb, line 6 def list_funds response = get('?srv=transaction_detail_type_list') ChurchCommunityBuilder::Fund.new(response).parse end