Class: FellowshipOne::FundReader
- Defined in:
- lib/readers/fund_reader.rb
Instance Attribute Summary
Attributes inherited from ApiReader
Instance Method Summary collapse
-
#initialize(fund_id) ⇒ FundReader
constructor
Constructor.
Methods inherited from ApiReader
Constructor Details
#initialize(fund_id) ⇒ FundReader
Constructor.
8 9 10 |
# File 'lib/readers/fund_reader.rb', line 8 def initialize(fund_id) @url_data_path = "/giving/v1/funds/#{fund_id}" end |