Class: HighLevel::Models::Calendars::AppointmentSchemaResponse

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/calendars/appointment_schema_response.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_schema_response.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_schema_response.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_schema_response.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_schema_response.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_schema_response.rb', line 9

def contact_id
  @contact_id
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_schema_response.rb', line 9

def end_time
  @end_time
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#is_recurringObject (readonly)

Returns the value of attribute is_recurring

Returns:

  • (Object)

    the current value of is_recurring



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

def is_recurring
  @is_recurring
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_schema_response.rb', line 9

def location_id
  @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_schema_response.rb', line 9

def meeting_location_type
  @meeting_location_type
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_schema_response.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_schema_response.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_schema_response.rb', line 9

def title
  @title
end