Class: HighLevel::Models::Calendars::CreateScheduleDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/calendars/create_schedule_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#calendar_idsObject (readonly)

Returns the value of attribute calendar_ids

Returns:

  • (Object)

    the current value of calendar_ids



9
10
11
# File 'lib/high_level/models/calendars/create_schedule_dto.rb', line 9

def calendar_ids
  @calendar_ids
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/calendars/create_schedule_dto.rb', line 9

def location_id
  @location_id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/calendars/create_schedule_dto.rb', line 9

def name
  @name
end

#rulesObject (readonly)

Returns the value of attribute rules

Returns:

  • (Object)

    the current value of rules



9
10
11
# File 'lib/high_level/models/calendars/create_schedule_dto.rb', line 9

def rules
  @rules
end

#timezoneObject (readonly)

Returns the value of attribute timezone

Returns:

  • (Object)

    the current value of timezone



9
10
11
# File 'lib/high_level/models/calendars/create_schedule_dto.rb', line 9

def timezone
  @timezone
end

#user_idObject (readonly)

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



9
10
11
# File 'lib/high_level/models/calendars/create_schedule_dto.rb', line 9

def user_id
  @user_id
end