Class: HighLevel::Models::Calendars::AppointmentCreateSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Calendars::AppointmentCreateSchema
- Defined in:
- lib/high_level/models/calendars/appointment_create_schema.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
Returns the value of attribute address.
-
#appointment_status ⇒ Object
readonly
Returns the value of attribute appointment_status.
-
#assigned_user_id ⇒ Object
readonly
Returns the value of attribute assigned_user_id.
-
#calendar_id ⇒ Object
readonly
Returns the value of attribute calendar_id.
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#end_time ⇒ Object
readonly
Returns the value of attribute end_time.
-
#ignore_date_range ⇒ Object
readonly
Returns the value of attribute ignore_date_range.
-
#ignore_free_slot_validation ⇒ Object
readonly
Returns the value of attribute ignore_free_slot_validation.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#meeting_location_id ⇒ Object
readonly
Returns the value of attribute meeting_location_id.
-
#meeting_location_type ⇒ Object
readonly
Returns the value of attribute meeting_location_type.
-
#override_location_config ⇒ Object
readonly
Returns the value of attribute override_location_config.
-
#rrule ⇒ Object
readonly
Returns the value of attribute rrule.
-
#start_time ⇒ Object
readonly
Returns the value of attribute start_time.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#to_notify ⇒ Object
readonly
Returns the value of attribute to_notify.
Instance Attribute Details
#address ⇒ Object (readonly)
Returns the value of attribute address
9 10 11 |
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9 def address @address end |
#appointment_status ⇒ Object (readonly)
Returns the value of attribute appointment_status
9 10 11 |
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9 def appointment_status @appointment_status end |
#assigned_user_id ⇒ Object (readonly)
Returns the value of attribute assigned_user_id
9 10 11 |
# File 'lib/high_level/models/calendars/appointment_create_schema.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/appointment_create_schema.rb', line 9 def calendar_id @calendar_id end |
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9 def contact_id @contact_id end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9 def description @description end |
#end_time ⇒ Object (readonly)
Returns the value of attribute end_time
9 10 11 |
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9 def end_time @end_time end |
#ignore_date_range ⇒ Object (readonly)
Returns the value of attribute ignore_date_range
9 10 11 |
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9 def ignore_date_range @ignore_date_range end |
#ignore_free_slot_validation ⇒ Object (readonly)
Returns the value of attribute ignore_free_slot_validation
9 10 11 |
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9 def ignore_free_slot_validation @ignore_free_slot_validation end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9 def location_id @location_id end |
#meeting_location_id ⇒ Object (readonly)
Returns the value of attribute meeting_location_id
9 10 11 |
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9 def meeting_location_id @meeting_location_id end |
#meeting_location_type ⇒ Object (readonly)
Returns the value of attribute meeting_location_type
9 10 11 |
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9 def meeting_location_type @meeting_location_type end |
#override_location_config ⇒ Object (readonly)
Returns the value of attribute override_location_config
9 10 11 |
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9 def override_location_config @override_location_config end |
#rrule ⇒ Object (readonly)
Returns the value of attribute rrule
9 10 11 |
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9 def rrule @rrule end |
#start_time ⇒ Object (readonly)
Returns the value of attribute start_time
9 10 11 |
# File 'lib/high_level/models/calendars/appointment_create_schema.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/appointment_create_schema.rb', line 9 def title @title end |
#to_notify ⇒ Object (readonly)
Returns the value of attribute to_notify
9 10 11 |
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9 def to_notify @to_notify end |