Class: HighLevel::Models::Calendars::AppointmentCreateSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/calendars/appointment_create_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject (readonly)

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



9
10
11
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9

def address
  @address
end

#appointment_statusObject (readonly)

Returns the value of attribute appointment_status

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute assigned_user_id

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute calendar_id

Returns:

  • (Object)

    the current value of calendar_id



9
10
11
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9

def calendar_id
  @calendar_id
end

#contact_idObject (readonly)

Returns the value of attribute contact_id

Returns:

  • (Object)

    the current value of contact_id



9
10
11
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9

def contact_id
  @contact_id
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9

def description
  @description
end

#end_timeObject (readonly)

Returns the value of attribute end_time

Returns:

  • (Object)

    the current value of 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_rangeObject (readonly)

Returns the value of attribute ignore_date_range

Returns:

  • (Object)

    the current value of 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_validationObject (readonly)

Returns the value of attribute ignore_free_slot_validation

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute meeting_location_id

Returns:

  • (Object)

    the current value of 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_typeObject (readonly)

Returns the value of attribute meeting_location_type

Returns:

  • (Object)

    the current value of 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_configObject (readonly)

Returns the value of attribute override_location_config

Returns:

  • (Object)

    the current value of 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

#rruleObject (readonly)

Returns the value of attribute rrule

Returns:

  • (Object)

    the current value of rrule



9
10
11
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9

def rrule
  @rrule
end

#start_timeObject (readonly)

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



9
10
11
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9

def start_time
  @start_time
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9

def title
  @title
end

#to_notifyObject (readonly)

Returns the value of attribute to_notify

Returns:

  • (Object)

    the current value of to_notify



9
10
11
# File 'lib/high_level/models/calendars/appointment_create_schema.rb', line 9

def to_notify
  @to_notify
end