Class: HighLevel::Models::SaasApi::SaasLocationDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SaasApi::SaasLocationDto
- Defined in:
- lib/high_level/models/saas_api/saas_location_dto.rb
Instance Attribute Summary collapse
-
#company_id ⇒ Object
readonly
Returns the value of attribute company_id.
-
#customer_id ⇒ Object
readonly
Returns the value of attribute customer_id.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#is_saa_sv2 ⇒ Object
readonly
Returns the value of attribute is_saa_sv2.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#provider_location_id ⇒ Object
readonly
Returns the value of attribute provider_location_id.
-
#saas_mode ⇒ Object
readonly
Returns the value of attribute saas_mode.
-
#subscription_id ⇒ Object
readonly
Returns the value of attribute subscription_id.
-
#subscription_info ⇒ Object
readonly
Returns the value of attribute subscription_info.
Instance Attribute Details
#company_id ⇒ Object (readonly)
Returns the value of attribute company_id
9 10 11 |
# File 'lib/high_level/models/saas_api/saas_location_dto.rb', line 9 def company_id @company_id end |
#customer_id ⇒ Object (readonly)
Returns the value of attribute customer_id
9 10 11 |
# File 'lib/high_level/models/saas_api/saas_location_dto.rb', line 9 def customer_id @customer_id end |
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/saas_api/saas_location_dto.rb', line 9 def email @email end |
#is_saa_sv2 ⇒ Object (readonly)
Returns the value of attribute is_saa_sv2
9 10 11 |
# File 'lib/high_level/models/saas_api/saas_location_dto.rb', line 9 def is_saa_sv2 @is_saa_sv2 end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/saas_api/saas_location_dto.rb', line 9 def location_id @location_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/saas_api/saas_location_dto.rb', line 9 def name @name end |
#provider_location_id ⇒ Object (readonly)
Returns the value of attribute provider_location_id
9 10 11 |
# File 'lib/high_level/models/saas_api/saas_location_dto.rb', line 9 def provider_location_id @provider_location_id end |
#saas_mode ⇒ Object (readonly)
Returns the value of attribute saas_mode
9 10 11 |
# File 'lib/high_level/models/saas_api/saas_location_dto.rb', line 9 def saas_mode @saas_mode end |
#subscription_id ⇒ Object (readonly)
Returns the value of attribute subscription_id
9 10 11 |
# File 'lib/high_level/models/saas_api/saas_location_dto.rb', line 9 def subscription_id @subscription_id end |
#subscription_info ⇒ Object (readonly)
Returns the value of attribute subscription_info
9 10 11 |
# File 'lib/high_level/models/saas_api/saas_location_dto.rb', line 9 def subscription_info @subscription_info end |