Class: ChurchCommunityBuilder::BatchReader

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

Instance Attribute Summary

Attributes inherited from ApiReader

#headers

Instance Method Summary collapse

Methods inherited from ApiReader

#load_feed

Constructor Details

#initialize(batch_id) ⇒ BatchReader

Constructor.

Parameters:

  • person_id

    The ID of the user to load.



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

def initialize(batch_id)
	@url_data_params = {srv: "batch_profile_from_id", id: batch_id}
end