Class: HighLevel::Models::Conversations::CallDataDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/conversations/call_data_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



9
10
11
# File 'lib/high_level/models/conversations/call_data_dto.rb', line 9

def from
  @from
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/high_level/models/conversations/call_data_dto.rb', line 9

def status
  @status
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



9
10
11
# File 'lib/high_level/models/conversations/call_data_dto.rb', line 9

def to
  @to
end