Class: Dotloop::Models::Task
- Inherits:
-
Object
- Object
- Dotloop::Models::Task
- Defined in:
- lib/dotloop/models/task.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.
-
#task_list_id ⇒ Object
Returns the value of attribute task_list_id.
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
12 13 14 |
# File 'lib/dotloop/models/task.rb', line 12 def client @client end |
#loop_id ⇒ Object
Returns the value of attribute loop_id.
14 15 16 |
# File 'lib/dotloop/models/task.rb', line 14 def loop_id @loop_id end |
#profile_id ⇒ Object
Returns the value of attribute profile_id.
13 14 15 |
# File 'lib/dotloop/models/task.rb', line 13 def profile_id @profile_id end |
#task_list_id ⇒ Object
Returns the value of attribute task_list_id.
15 16 17 |
# File 'lib/dotloop/models/task.rb', line 15 def task_list_id @task_list_id end |