Class: HighLevel::Models::Calendars::UpdateScheduleDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/calendars/update_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/update_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/update_schedule_dto.rb', line 9

def timezone
  @timezone
end