Class: HighLevel::Models::SaasApi::AgencyPlanResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SaasApi::AgencyPlanResponseDto
- Defined in:
- lib/high_level/models/saas_api/agency_plan_response_dto.rb
Instance Attribute Summary collapse
-
#add_ons ⇒ Object
readonly
Returns the value of attribute add_ons.
-
#category_id ⇒ Object
readonly
Returns the value of attribute category_id.
-
#contact_limit ⇒ Object
readonly
Returns the value of attribute contact_limit.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#is_saa_sv2 ⇒ Object
readonly
Returns the value of attribute is_saa_sv2.
-
#plan_id ⇒ Object
readonly
Returns the value of attribute plan_id.
-
#plan_level ⇒ Object
readonly
Returns the value of attribute plan_level.
-
#prices ⇒ Object
readonly
Returns the value of attribute prices.
-
#product_id ⇒ Object
readonly
Returns the value of attribute product_id.
-
#provider_location_id ⇒ Object
readonly
Returns the value of attribute provider_location_id.
-
#saas_products ⇒ Object
readonly
Returns the value of attribute saas_products.
-
#snapshot_id ⇒ Object
readonly
Returns the value of attribute snapshot_id.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#trial_period ⇒ Object
readonly
Returns the value of attribute trial_period.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
-
#user_limit ⇒ Object
readonly
Returns the value of attribute user_limit.
Instance Attribute Details
#add_ons ⇒ Object (readonly)
Returns the value of attribute add_ons
9 10 11 |
# File 'lib/high_level/models/saas_api/agency_plan_response_dto.rb', line 9 def add_ons @add_ons end |
#category_id ⇒ Object (readonly)
Returns the value of attribute category_id
9 10 11 |
# File 'lib/high_level/models/saas_api/agency_plan_response_dto.rb', line 9 def category_id @category_id end |
#contact_limit ⇒ Object (readonly)
Returns the value of attribute contact_limit
9 10 11 |
# File 'lib/high_level/models/saas_api/agency_plan_response_dto.rb', line 9 def contact_limit @contact_limit end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/saas_api/agency_plan_response_dto.rb', line 9 def created_at @created_at end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/saas_api/agency_plan_response_dto.rb', line 9 def description @description end |
#is_saa_sv2 ⇒ Object (readonly)
Returns the value of attribute is_saa_sv2
9 10 11 |
# File 'lib/high_level/models/saas_api/agency_plan_response_dto.rb', line 9 def is_saa_sv2 @is_saa_sv2 end |
#plan_id ⇒ Object (readonly)
Returns the value of attribute plan_id
9 10 11 |
# File 'lib/high_level/models/saas_api/agency_plan_response_dto.rb', line 9 def plan_id @plan_id end |
#plan_level ⇒ Object (readonly)
Returns the value of attribute plan_level
9 10 11 |
# File 'lib/high_level/models/saas_api/agency_plan_response_dto.rb', line 9 def plan_level @plan_level end |
#prices ⇒ Object (readonly)
Returns the value of attribute prices
9 10 11 |
# File 'lib/high_level/models/saas_api/agency_plan_response_dto.rb', line 9 def prices @prices end |
#product_id ⇒ Object (readonly)
Returns the value of attribute product_id
9 10 11 |
# File 'lib/high_level/models/saas_api/agency_plan_response_dto.rb', line 9 def product_id @product_id end |
#provider_location_id ⇒ Object (readonly)
Returns the value of attribute provider_location_id
9 10 11 |
# File 'lib/high_level/models/saas_api/agency_plan_response_dto.rb', line 9 def provider_location_id @provider_location_id end |
#saas_products ⇒ Object (readonly)
Returns the value of attribute saas_products
9 10 11 |
# File 'lib/high_level/models/saas_api/agency_plan_response_dto.rb', line 9 def saas_products @saas_products end |
#snapshot_id ⇒ Object (readonly)
Returns the value of attribute snapshot_id
9 10 11 |
# File 'lib/high_level/models/saas_api/agency_plan_response_dto.rb', line 9 def snapshot_id @snapshot_id end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/saas_api/agency_plan_response_dto.rb', line 9 def title @title end |
#trial_period ⇒ Object (readonly)
Returns the value of attribute trial_period
9 10 11 |
# File 'lib/high_level/models/saas_api/agency_plan_response_dto.rb', line 9 def trial_period @trial_period end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/saas_api/agency_plan_response_dto.rb', line 9 def updated_at @updated_at end |
#user_limit ⇒ Object (readonly)
Returns the value of attribute user_limit
9 10 11 |
# File 'lib/high_level/models/saas_api/agency_plan_response_dto.rb', line 9 def user_limit @user_limit end |