Class: HighLevel::Models::SaasApi::PauseLocationDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SaasApi::PauseLocationDto
- Defined in:
- lib/high_level/models/saas_api/pause_location_dto.rb
Instance Attribute Summary collapse
-
#company_id ⇒ Object
readonly
Returns the value of attribute company_id.
-
#paused ⇒ Object
readonly
Returns the value of attribute paused.
Instance Attribute Details
#company_id ⇒ Object (readonly)
Returns the value of attribute company_id
9 10 11 |
# File 'lib/high_level/models/saas_api/pause_location_dto.rb', line 9 def company_id @company_id end |
#paused ⇒ Object (readonly)
Returns the value of attribute paused
9 10 11 |
# File 'lib/high_level/models/saas_api/pause_location_dto.rb', line 9 def paused @paused end |