Sha256: fef0baa18a169e1658d58fc324a9967235bba73f714f055de8b1f32af24f0278
Contents?: true
Size: 257 Bytes
Versions: 10
Compression:
Stored size: 257 Bytes
Contents
module ChurchCommunityBuilder class BatchReader < ApiReader # Constructor. # # @param person_id The ID of the user to load. def initialize(batch_id) @url_data_params = {srv: "batch_profile_from_id", id: batch_id} end end end
Version data entries
10 entries across 10 versions & 1 rubygems