Method: DotloopApi::EndPoints::Participant#initialize

Defined in:
lib/dotloop_api/end_points/participant.rb

#initialize(client:, profile_id: nil, loop_id: nil) ⇒ Participant

Returns a new instance of Participant.



6
7
8
9
10
# File 'lib/dotloop_api/end_points/participant.rb', line 6

def initialize(client:, profile_id: nil, loop_id: nil)
  @profile_id = profile_id
  @loop_id = loop_id
  super(client:, path:, type: DotloopApi::Models::Profile::Loop::Participant)
end