Class: HighLevel::Models::Locations::TaskSearchParamsDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Locations::TaskSearchParamsDto
- Defined in:
- lib/high_level/models/locations/task_search_params_dto.rb
Instance Attribute Summary collapse
-
#assigned_to ⇒ Object
readonly
Returns the value of attribute assigned_to.
-
#business_id ⇒ Object
readonly
Returns the value of attribute business_id.
-
#completed ⇒ Object
readonly
Returns the value of attribute completed.
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
-
#query ⇒ Object
readonly
Returns the value of attribute query.
-
#skip ⇒ Object
readonly
Returns the value of attribute skip.
Instance Attribute Details
#assigned_to ⇒ Object (readonly)
Returns the value of attribute assigned_to
9 10 11 |
# File 'lib/high_level/models/locations/task_search_params_dto.rb', line 9 def assigned_to @assigned_to end |
#business_id ⇒ Object (readonly)
Returns the value of attribute business_id
9 10 11 |
# File 'lib/high_level/models/locations/task_search_params_dto.rb', line 9 def business_id @business_id end |
#completed ⇒ Object (readonly)
Returns the value of attribute completed
9 10 11 |
# File 'lib/high_level/models/locations/task_search_params_dto.rb', line 9 def completed @completed end |
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/locations/task_search_params_dto.rb', line 9 def contact_id @contact_id end |
#limit ⇒ Object (readonly)
Returns the value of attribute limit
9 10 11 |
# File 'lib/high_level/models/locations/task_search_params_dto.rb', line 9 def limit @limit end |
#query ⇒ Object (readonly)
Returns the value of attribute query
9 10 11 |
# File 'lib/high_level/models/locations/task_search_params_dto.rb', line 9 def query @query end |
#skip ⇒ Object (readonly)
Returns the value of attribute skip
9 10 11 |
# File 'lib/high_level/models/locations/task_search_params_dto.rb', line 9 def skip @skip end |