Class: HighLevel::Models::Opportunities::AdditionalDetailsDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/opportunities/additional_details_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#calendar_eventsObject (readonly)

Returns the value of attribute calendar_events

Returns:

  • (Object)

    the current value of calendar_events



9
10
11
# File 'lib/high_level/models/opportunities/additional_details_dto.rb', line 9

def calendar_events
  @calendar_events
end

#notesObject (readonly)

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



9
10
11
# File 'lib/high_level/models/opportunities/additional_details_dto.rb', line 9

def notes
  @notes
end

#tasksObject (readonly)

Returns the value of attribute tasks

Returns:

  • (Object)

    the current value of tasks



9
10
11
# File 'lib/high_level/models/opportunities/additional_details_dto.rb', line 9

def tasks
  @tasks
end

#un_read_conversationsObject (readonly)

Returns the value of attribute un_read_conversations

Returns:

  • (Object)

    the current value of un_read_conversations



9
10
11
# File 'lib/high_level/models/opportunities/additional_details_dto.rb', line 9

def un_read_conversations
  @un_read_conversations
end