Class: Dotloop::Models::LoopDetail
- Inherits:
-
Object
- Object
- Dotloop::Models::LoopDetail
- Defined in:
- lib/dotloop/models/loop_detail.rb
Instance Attribute Summary collapse
-
#loop_id ⇒ Object
Returns the value of attribute loop_id.
-
#profile_id ⇒ Object
Returns the value of attribute profile_id.
Instance Attribute Details
#loop_id ⇒ Object
Returns the value of attribute loop_id.
19 20 21 |
# File 'lib/dotloop/models/loop_detail.rb', line 19 def loop_id @loop_id end |
#profile_id ⇒ Object
Returns the value of attribute profile_id.
18 19 20 |
# File 'lib/dotloop/models/loop_detail.rb', line 18 def profile_id @profile_id end |