Sha256: 3ea60eb85c72a414999016075d3a572121431f86f3f8fea97b6291948f40de52
Contents?: true
Size: 285 Bytes
Versions: 6
Compression:
Stored size: 285 Bytes
Contents
module FellowshipOne class SubFundListReader < ApiReader # Constructor. def initialize(fund_id, options = {}) @url_data_params = options[:url_data_params] @url_data_path = options[:url_data_path] || "/giving/v1/funds/#{fund_id}/subfunds" end end end
Version data entries
6 entries across 6 versions & 1 rubygems