Class: HighLevel::Models::Locations::RecurringTaskResponseDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Locations::RecurringTaskResponseDTO
- Defined in:
- lib/high_level/models/locations/recurring_task_response_dto.rb
Instance Attribute Summary collapse
-
#assigned_to ⇒ Object
readonly
Returns the value of attribute assigned_to.
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#deleted ⇒ Object
readonly
Returns the value of attribute deleted.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#rrule_options ⇒ Object
readonly
Returns the value of attribute rrule_options.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#total_occurrence ⇒ Object
readonly
Returns the value of attribute total_occurrence.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#assigned_to ⇒ Object (readonly)
Returns the value of attribute assigned_to
9 10 11 |
# File 'lib/high_level/models/locations/recurring_task_response_dto.rb', line 9 def assigned_to @assigned_to end |
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/locations/recurring_task_response_dto.rb', line 9 def contact_id @contact_id end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/locations/recurring_task_response_dto.rb', line 9 def created_at @created_at end |
#deleted ⇒ Object (readonly)
Returns the value of attribute deleted
9 10 11 |
# File 'lib/high_level/models/locations/recurring_task_response_dto.rb', line 9 def deleted @deleted end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/locations/recurring_task_response_dto.rb', line 9 def description @description end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/locations/recurring_task_response_dto.rb', line 9 def id @id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/locations/recurring_task_response_dto.rb', line 9 def location_id @location_id end |
#rrule_options ⇒ Object (readonly)
Returns the value of attribute rrule_options
9 10 11 |
# File 'lib/high_level/models/locations/recurring_task_response_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_response_dto.rb', line 9 def title @title end |
#total_occurrence ⇒ Object (readonly)
Returns the value of attribute total_occurrence
9 10 11 |
# File 'lib/high_level/models/locations/recurring_task_response_dto.rb', line 9 def total_occurrence @total_occurrence end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/locations/recurring_task_response_dto.rb', line 9 def updated_at @updated_at end |