Class: HighLevel::Models::Calendars::BlockSlotEditRequestDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Calendars::BlockSlotEditRequestDTO
- Defined in:
- lib/high_level/models/calendars/block_slot_edit_request_dto.rb
Instance Attribute Summary collapse
-
#assigned_user_id ⇒ Object
readonly
Returns the value of attribute assigned_user_id.
-
#calendar_id ⇒ Object
readonly
Returns the value of attribute calendar_id.
-
#end_time ⇒ Object
readonly
Returns the value of attribute end_time.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#start_time ⇒ Object
readonly
Returns the value of attribute start_time.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#assigned_user_id ⇒ Object (readonly)
Returns the value of attribute assigned_user_id
9 10 11 |
# File 'lib/high_level/models/calendars/block_slot_edit_request_dto.rb', line 9 def assigned_user_id @assigned_user_id end |
#calendar_id ⇒ Object (readonly)
Returns the value of attribute calendar_id
9 10 11 |
# File 'lib/high_level/models/calendars/block_slot_edit_request_dto.rb', line 9 def calendar_id @calendar_id end |
#end_time ⇒ Object (readonly)
Returns the value of attribute end_time
9 10 11 |
# File 'lib/high_level/models/calendars/block_slot_edit_request_dto.rb', line 9 def end_time @end_time end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/calendars/block_slot_edit_request_dto.rb', line 9 def location_id @location_id end |
#start_time ⇒ Object (readonly)
Returns the value of attribute start_time
9 10 11 |
# File 'lib/high_level/models/calendars/block_slot_edit_request_dto.rb', line 9 def start_time @start_time end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/calendars/block_slot_edit_request_dto.rb', line 9 def title @title end |