Class: HighLevel::Models::Locations::FileUploadResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Locations::FileUploadResponseDto
- Defined in:
- lib/high_level/models/locations/file_upload_response_dto.rb
Instance Attribute Summary collapse
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
-
#uploaded_files ⇒ Object
readonly
Returns the value of attribute uploaded_files.
Instance Attribute Details
#meta ⇒ Object (readonly)
Returns the value of attribute meta
9 10 11 |
# File 'lib/high_level/models/locations/file_upload_response_dto.rb', line 9 def @meta end |
#uploaded_files ⇒ Object (readonly)
Returns the value of attribute uploaded_files
9 10 11 |
# File 'lib/high_level/models/locations/file_upload_response_dto.rb', line 9 def uploaded_files @uploaded_files end |