Class: HighLevel::Models::Locations::RecurringTaskResponseDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/locations/recurring_task_response_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assigned_toObject (readonly)

Returns the value of attribute assigned_to

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute contact_id

Returns:

  • (Object)

    the current value of 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_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



9
10
11
# File 'lib/high_level/models/locations/recurring_task_response_dto.rb', line 9

def created_at
  @created_at
end

#deletedObject (readonly)

Returns the value of attribute deleted

Returns:

  • (Object)

    the current value of deleted



9
10
11
# File 'lib/high_level/models/locations/recurring_task_response_dto.rb', line 9

def deleted
  @deleted
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/high_level/models/locations/recurring_task_response_dto.rb', line 9

def description
  @description
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/locations/recurring_task_response_dto.rb', line 9

def id
  @id
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of 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_optionsObject (readonly)

Returns the value of attribute rrule_options

Returns:

  • (Object)

    the current value of rrule_options



9
10
11
# File 'lib/high_level/models/locations/recurring_task_response_dto.rb', line 9

def rrule_options
  @rrule_options
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/high_level/models/locations/recurring_task_response_dto.rb', line 9

def title
  @title
end

#total_occurrenceObject (readonly)

Returns the value of attribute total_occurrence

Returns:

  • (Object)

    the current value of 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_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



9
10
11
# File 'lib/high_level/models/locations/recurring_task_response_dto.rb', line 9

def updated_at
  @updated_at
end