Class: Dotloop::Models::Participant

Inherits:
Object
  • Object
show all
Defined in:
lib/dotloop/models/participant.rb

Instance Attribute Summary collapse

Instance Attribute Details

#clientObject

Returns the value of attribute client.



12
13
14
# File 'lib/dotloop/models/participant.rb', line 12

def client
  @client
end

#loop_idObject

Returns the value of attribute loop_id.



14
15
16
# File 'lib/dotloop/models/participant.rb', line 14

def loop_id
  @loop_id
end

#profile_idObject

Returns the value of attribute profile_id.



13
14
15
# File 'lib/dotloop/models/participant.rb', line 13

def profile_id
  @profile_id
end