Class: Dotloop::Task
- Inherits:
- 
      Object
      
        - Object
- Dotloop::Task
 
- Defined in:
- lib/dotloop/task.rb
Instance Attribute Summary collapse
- 
  
    
      #client  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute client. 
Instance Method Summary collapse
- #all(profile_id:, loop_view_id:) ⇒ Object
- 
  
    
      #initialize(client:)  ⇒ Task 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Task. 
Constructor Details
#initialize(client:) ⇒ Task
Returns a new instance of Task.
| 5 6 7 | # File 'lib/dotloop/task.rb', line 5 def initialize(client:) @client = client end | 
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
| 3 4 5 | # File 'lib/dotloop/task.rb', line 3 def client @client end |