Sha256: 4a06367c4dbceb6450f01677526082fff9d7e59e94340ff5833f773e9874e900
Contents?: true
Size: 243 Bytes
Versions: 3
Compression:
Stored size: 243 Bytes
Contents
module FellowshipOne class StatusReader < ApiReader # Constructor. # # @param status_id The ID of the fund to load. def initialize(status_id) @url_data_path = "/v1/People/Statuses/#{status_id}" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fellowshipone-api-0.9.0 | lib/readers/status_reader.rb |
fellowshipone-api-0.8.0 | lib/readers/status_reader.rb |
fellowshipone-api-0.7.0 | lib/readers/status_reader.rb |