Class: HighLevel::Models::Locations::RecurringTaskUpdateDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Locations::RecurringTaskUpdateDTO
- Defined in:
- lib/high_level/models/locations/recurring_task_update_dto.rb
Instance Attribute Summary collapse
-
#contact_ids ⇒ Object
readonly
Returns the value of attribute contact_ids.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#ignore_task_creation ⇒ Object
readonly
Returns the value of attribute ignore_task_creation.
-
#owners ⇒ Object
readonly
Returns the value of attribute owners.
-
#rrule_options ⇒ Object
readonly
Returns the value of attribute rrule_options.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#contact_ids ⇒ Object (readonly)
Returns the value of attribute contact_ids
9 10 11 |
# File 'lib/high_level/models/locations/recurring_task_update_dto.rb', line 9 def contact_ids @contact_ids end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/locations/recurring_task_update_dto.rb', line 9 def description @description end |
#ignore_task_creation ⇒ Object (readonly)
Returns the value of attribute ignore_task_creation
9 10 11 |
# File 'lib/high_level/models/locations/recurring_task_update_dto.rb', line 9 def ignore_task_creation @ignore_task_creation end |
#owners ⇒ Object (readonly)
Returns the value of attribute owners
9 10 11 |
# File 'lib/high_level/models/locations/recurring_task_update_dto.rb', line 9 def owners @owners end |
#rrule_options ⇒ Object (readonly)
Returns the value of attribute rrule_options
9 10 11 |
# File 'lib/high_level/models/locations/recurring_task_update_dto.rb', line 9 def @rrule_options end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/locations/recurring_task_update_dto.rb', line 9 def title @title end |