Class: Dotloop::Models::Participant
- Inherits:
-
Object
- Object
- Dotloop::Models::Participant
- Defined in:
- lib/dotloop/models/participant.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
-
#loop_id ⇒ Object
Returns the value of attribute loop_id.
-
#profile_id ⇒ Object
Returns the value of attribute profile_id.
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
22 23 24 |
# File 'lib/dotloop/models/participant.rb', line 22 def client @client end |
#loop_id ⇒ Object
Returns the value of attribute loop_id.
23 24 25 |
# File 'lib/dotloop/models/participant.rb', line 23 def loop_id @loop_id end |
#profile_id ⇒ Object
Returns the value of attribute profile_id.
24 25 26 |
# File 'lib/dotloop/models/participant.rb', line 24 def profile_id @profile_id end |