Class: HighLevel::Models::Calendars::CreateScheduleDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Calendars::CreateScheduleDTO
- Defined in:
- lib/high_level/models/calendars/create_schedule_dto.rb
Instance Attribute Summary collapse
-
#calendar_ids ⇒ Object
readonly
Returns the value of attribute calendar_ids.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#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.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
Instance Attribute Details
#calendar_ids ⇒ Object (readonly)
Returns the value of attribute calendar_ids
9 10 11 |
# File 'lib/high_level/models/calendars/create_schedule_dto.rb', line 9 def calendar_ids @calendar_ids end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/calendars/create_schedule_dto.rb', line 9 def location_id @location_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/calendars/create_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/create_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/create_schedule_dto.rb', line 9 def timezone @timezone end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
9 10 11 |
# File 'lib/high_level/models/calendars/create_schedule_dto.rb', line 9 def user_id @user_id end |