Class: FellowshipOne::StatusReader

Inherits:
ApiReader
  • Object
show all
Defined in:
lib/readers/status_reader.rb

Instance Attribute Summary

Attributes inherited from ApiReader

#headers

Instance Method Summary collapse

Methods inherited from ApiReader

#load_feed, #load_new

Constructor Details

#initialize(status_id) ⇒ StatusReader

Constructor.

Parameters:

  • status_id

    The ID of the fund to load.



8
9
10
# File 'lib/readers/status_reader.rb', line 8

def initialize(status_id)
  @url_data_path = "/v1/People/Statuses/#{status_id}"
end