Class: HighLevel::Models::Locations::RecurringTaskUpdateDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idsObject (readonly)

Returns the value of attribute contact_ids

Returns:

  • (Object)

    the current value of contact_ids



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

def contact_ids
  @contact_ids
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_update_dto.rb', line 9

def description
  @description
end

#ignore_task_creationObject (readonly)

Returns the value of attribute ignore_task_creation

Returns:

  • (Object)

    the current value of 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

#ownersObject (readonly)

Returns the value of attribute owners

Returns:

  • (Object)

    the current value of owners



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

def owners
  @owners
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_update_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_update_dto.rb', line 9

def title
  @title
end