Class: HighLevel::Models::Calendars::CalendarEventDTO

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

def appointment_status
  @appointment_status
end

#assigned_resourcesObject (readonly)

Returns the value of attribute assigned_resources

Returns:

  • (Object)

    the current value of assigned_resources



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

def assigned_resources
  @assigned_resources
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/calendar_event_dto.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/calendar_event_dto.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/calendar_event_dto.rb', line 9

def contact_id
  @contact_id
end

#created_byObject (readonly)

Returns the value of attribute created_by

Returns:

  • (Object)

    the current value of created_by



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

def created_by
  @created_by
end

#date_addedObject (readonly)

Returns the value of attribute date_added

Returns:

  • (Object)

    the current value of date_added



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

def date_added
  @date_added
end

#date_updatedObject (readonly)

Returns the value of attribute date_updated

Returns:

  • (Object)

    the current value of date_updated



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

def date_updated
  @date_updated
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/calendar_event_dto.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/calendar_event_dto.rb', line 9

def end_time
  @end_time
end

#group_idObject (readonly)

Returns the value of attribute group_id

Returns:

  • (Object)

    the current value of group_id



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

def group_id
  @group_id
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/calendar_event_dto.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/calendar_event_dto.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/calendar_event_dto.rb', line 9

def location_id
  @location_id
end

#master_event_idObject (readonly)

Returns the value of attribute master_event_id

Returns:

  • (Object)

    the current value of master_event_id



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

def master_event_id
  @master_event_id
end

#notesObject (readonly)

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



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

def notes
  @notes
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/calendar_event_dto.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/calendar_event_dto.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/calendar_event_dto.rb', line 9

def title
  @title
end

#usersObject (readonly)

Returns the value of attribute users

Returns:

  • (Object)

    the current value of users



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

def users
  @users
end