Sha256: e7de7b09fbf71409e07b66ce4dfdd8be6e8ad77d9b9a9b0b379d6671daeb4ae5
Contents?: true
Size: 232 Bytes
Versions: 8
Compression:
Stored size: 232 Bytes
Contents
module FellowshipOne class FundReader < ApiReader # Constructor. # # @param fund_id The ID of the fund to load. def initialize(fund_id) @url_data_path = "/giving/v1/funds/#{fund_id}" end end end
Version data entries
8 entries across 8 versions & 1 rubygems