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