Class: HighLevel::Models::Marketplace::InstallerDetailsDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Marketplace::InstallerDetailsDTO
- Defined in:
- lib/high_level/models/marketplace/installer_details_dto.rb
Instance Attribute Summary collapse
-
#company_email ⇒ Object
readonly
Returns the value of attribute company_email.
-
#company_high_level_plan ⇒ Object
readonly
Returns the value of attribute company_high_level_plan.
-
#company_id ⇒ Object
readonly
Returns the value of attribute company_id.
-
#company_name ⇒ Object
readonly
Returns the value of attribute company_name.
-
#company_owner_full_name ⇒ Object
readonly
Returns the value of attribute company_owner_full_name.
-
#company_plan ⇒ Object
readonly
Returns the value of attribute company_plan.
-
#is_whitelabel_company ⇒ Object
readonly
Returns the value of attribute is_whitelabel_company.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#marketplace_app_plan_id ⇒ Object
readonly
Returns the value of attribute marketplace_app_plan_id.
-
#relationship_number ⇒ Object
readonly
Returns the value of attribute relationship_number.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
-
#whitelabel_details ⇒ Object
readonly
Returns the value of attribute whitelabel_details.
Instance Attribute Details
#company_email ⇒ Object (readonly)
Returns the value of attribute company_email
9 10 11 |
# File 'lib/high_level/models/marketplace/installer_details_dto.rb', line 9 def company_email @company_email end |
#company_high_level_plan ⇒ Object (readonly)
Returns the value of attribute company_high_level_plan
9 10 11 |
# File 'lib/high_level/models/marketplace/installer_details_dto.rb', line 9 def company_high_level_plan @company_high_level_plan end |
#company_id ⇒ Object (readonly)
Returns the value of attribute company_id
9 10 11 |
# File 'lib/high_level/models/marketplace/installer_details_dto.rb', line 9 def company_id @company_id end |
#company_name ⇒ Object (readonly)
Returns the value of attribute company_name
9 10 11 |
# File 'lib/high_level/models/marketplace/installer_details_dto.rb', line 9 def company_name @company_name end |
#company_owner_full_name ⇒ Object (readonly)
Returns the value of attribute company_owner_full_name
9 10 11 |
# File 'lib/high_level/models/marketplace/installer_details_dto.rb', line 9 def company_owner_full_name @company_owner_full_name end |
#company_plan ⇒ Object (readonly)
Returns the value of attribute company_plan
9 10 11 |
# File 'lib/high_level/models/marketplace/installer_details_dto.rb', line 9 def company_plan @company_plan end |
#is_whitelabel_company ⇒ Object (readonly)
Returns the value of attribute is_whitelabel_company
9 10 11 |
# File 'lib/high_level/models/marketplace/installer_details_dto.rb', line 9 def is_whitelabel_company @is_whitelabel_company end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/marketplace/installer_details_dto.rb', line 9 def location_id @location_id end |
#marketplace_app_plan_id ⇒ Object (readonly)
Returns the value of attribute marketplace_app_plan_id
9 10 11 |
# File 'lib/high_level/models/marketplace/installer_details_dto.rb', line 9 def marketplace_app_plan_id @marketplace_app_plan_id end |
#relationship_number ⇒ Object (readonly)
Returns the value of attribute relationship_number
9 10 11 |
# File 'lib/high_level/models/marketplace/installer_details_dto.rb', line 9 def relationship_number @relationship_number end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
9 10 11 |
# File 'lib/high_level/models/marketplace/installer_details_dto.rb', line 9 def user_id @user_id end |
#whitelabel_details ⇒ Object (readonly)
Returns the value of attribute whitelabel_details
9 10 11 |
# File 'lib/high_level/models/marketplace/installer_details_dto.rb', line 9 def whitelabel_details @whitelabel_details end |