Class: HighLevel::Models::Calendars::UpdateScheduleDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Calendars::UpdateScheduleDTO
- Defined in:
- lib/high_level/models/calendars/update_schedule_dto.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#rules ⇒ Object
readonly
Returns the value of attribute rules.
-
#timezone ⇒ Object
readonly
Returns the value of attribute timezone.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/calendars/update_schedule_dto.rb', line 9 def name @name end |
#rules ⇒ Object (readonly)
Returns the value of attribute rules
9 10 11 |
# File 'lib/high_level/models/calendars/update_schedule_dto.rb', line 9 def rules @rules end |
#timezone ⇒ Object (readonly)
Returns the value of attribute timezone
9 10 11 |
# File 'lib/high_level/models/calendars/update_schedule_dto.rb', line 9 def timezone @timezone end |