Class: HighLevel::Models::Conversations::CompleteFileUploadDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_idObject (readonly)

Returns the value of attribute conversation_id

Returns:

  • (Object)

    the current value of conversation_id



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

def conversation_id
  @conversation_id
end

#file_pathObject (readonly)

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



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

def file_path
  @file_path
end

#filenameObject (readonly)

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



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

def filename
  @filename
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/conversations/complete_file_upload_dto.rb', line 9

def location_id
  @location_id
end

#upload_idObject (readonly)

Returns the value of attribute upload_id

Returns:

  • (Object)

    the current value of upload_id



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

def upload_id
  @upload_id
end