Class: HighLevel::Models::VoiceAi::AppointmentBookingActionParameters
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::VoiceAi::AppointmentBookingActionParameters
- Defined in:
- lib/high_level/models/voice_ai/appointment_booking_action_parameters.rb
Instance Attribute Summary collapse
-
#calendar_id ⇒ Object
readonly
Returns the value of attribute calendar_id.
-
#days_of_offering_dates ⇒ Object
readonly
Returns the value of attribute days_of_offering_dates.
-
#hours_between_slots ⇒ Object
readonly
Returns the value of attribute hours_between_slots.
-
#slots_per_day ⇒ Object
readonly
Returns the value of attribute slots_per_day.
Instance Attribute Details
#calendar_id ⇒ Object (readonly)
Returns the value of attribute calendar_id
9 10 11 |
# File 'lib/high_level/models/voice_ai/appointment_booking_action_parameters.rb', line 9 def calendar_id @calendar_id end |
#days_of_offering_dates ⇒ Object (readonly)
Returns the value of attribute days_of_offering_dates
9 10 11 |
# File 'lib/high_level/models/voice_ai/appointment_booking_action_parameters.rb', line 9 def days_of_offering_dates @days_of_offering_dates end |
#hours_between_slots ⇒ Object (readonly)
Returns the value of attribute hours_between_slots
9 10 11 |
# File 'lib/high_level/models/voice_ai/appointment_booking_action_parameters.rb', line 9 def hours_between_slots @hours_between_slots end |
#slots_per_day ⇒ Object (readonly)
Returns the value of attribute slots_per_day
9 10 11 |
# File 'lib/high_level/models/voice_ai/appointment_booking_action_parameters.rb', line 9 def slots_per_day @slots_per_day end |