Class: HighLevel::Models::Companies::IOnboardingDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Companies::IOnboardingDto
- Defined in:
- lib/high_level/models/companies/i_onboarding_dto.rb
Instance Attribute Summary collapse
-
#affiliate_signup ⇒ Object
readonly
Returns the value of attribute affiliate_signup.
-
#conversation_demo ⇒ Object
readonly
Returns the value of attribute conversation_demo.
-
#customer_count ⇒ Object
readonly
Returns the value of attribute customer_count.
-
#has_joined_implementation_call ⇒ Object
readonly
Returns the value of attribute has_joined_implementation_call.
-
#has_joined_kickoff_call ⇒ Object
readonly
Returns the value of attribute has_joined_kickoff_call.
-
#have_website ⇒ Object
readonly
Returns the value of attribute have_website.
-
#industry_served ⇒ Object
readonly
Returns the value of attribute industry_served.
-
#kickoff_action_taken ⇒ Object
readonly
Returns the value of attribute kickoff_action_taken.
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#meta_data ⇒ Object
readonly
Returns the value of attribute meta_data.
-
#pending ⇒ Object
readonly
Returns the value of attribute pending.
-
#plan_id ⇒ Object
readonly
Returns the value of attribute plan_id.
-
#snapshot_id ⇒ Object
readonly
Returns the value of attribute snapshot_id.
-
#tools ⇒ Object
readonly
Returns the value of attribute tools.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
-
#website_url ⇒ Object
readonly
Returns the value of attribute website_url.
Instance Attribute Details
#affiliate_signup ⇒ Object (readonly)
Returns the value of attribute affiliate_signup
9 10 11 |
# File 'lib/high_level/models/companies/i_onboarding_dto.rb', line 9 def affiliate_signup @affiliate_signup end |
#conversation_demo ⇒ Object (readonly)
Returns the value of attribute conversation_demo
9 10 11 |
# File 'lib/high_level/models/companies/i_onboarding_dto.rb', line 9 def conversation_demo @conversation_demo end |
#customer_count ⇒ Object (readonly)
Returns the value of attribute customer_count
9 10 11 |
# File 'lib/high_level/models/companies/i_onboarding_dto.rb', line 9 def customer_count @customer_count end |
#has_joined_implementation_call ⇒ Object (readonly)
Returns the value of attribute has_joined_implementation_call
9 10 11 |
# File 'lib/high_level/models/companies/i_onboarding_dto.rb', line 9 def has_joined_implementation_call @has_joined_implementation_call end |
#has_joined_kickoff_call ⇒ Object (readonly)
Returns the value of attribute has_joined_kickoff_call
9 10 11 |
# File 'lib/high_level/models/companies/i_onboarding_dto.rb', line 9 def has_joined_kickoff_call @has_joined_kickoff_call end |
#have_website ⇒ Object (readonly)
Returns the value of attribute have_website
9 10 11 |
# File 'lib/high_level/models/companies/i_onboarding_dto.rb', line 9 def have_website @have_website end |
#industry_served ⇒ Object (readonly)
Returns the value of attribute industry_served
9 10 11 |
# File 'lib/high_level/models/companies/i_onboarding_dto.rb', line 9 def industry_served @industry_served end |
#kickoff_action_taken ⇒ Object (readonly)
Returns the value of attribute kickoff_action_taken
9 10 11 |
# File 'lib/high_level/models/companies/i_onboarding_dto.rb', line 9 def kickoff_action_taken @kickoff_action_taken end |
#location ⇒ Object (readonly)
Returns the value of attribute location
9 10 11 |
# File 'lib/high_level/models/companies/i_onboarding_dto.rb', line 9 def location @location end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/companies/i_onboarding_dto.rb', line 9 def location_id @location_id end |
#meta_data ⇒ Object (readonly)
Returns the value of attribute meta_data
9 10 11 |
# File 'lib/high_level/models/companies/i_onboarding_dto.rb', line 9 def @meta_data end |
#pending ⇒ Object (readonly)
Returns the value of attribute pending
9 10 11 |
# File 'lib/high_level/models/companies/i_onboarding_dto.rb', line 9 def pending @pending end |
#plan_id ⇒ Object (readonly)
Returns the value of attribute plan_id
9 10 11 |
# File 'lib/high_level/models/companies/i_onboarding_dto.rb', line 9 def plan_id @plan_id end |
#snapshot_id ⇒ Object (readonly)
Returns the value of attribute snapshot_id
9 10 11 |
# File 'lib/high_level/models/companies/i_onboarding_dto.rb', line 9 def snapshot_id @snapshot_id end |
#tools ⇒ Object (readonly)
Returns the value of attribute tools
9 10 11 |
# File 'lib/high_level/models/companies/i_onboarding_dto.rb', line 9 def tools @tools end |
#version ⇒ Object (readonly)
Returns the value of attribute version
9 10 11 |
# File 'lib/high_level/models/companies/i_onboarding_dto.rb', line 9 def version @version end |
#website_url ⇒ Object (readonly)
Returns the value of attribute website_url
9 10 11 |
# File 'lib/high_level/models/companies/i_onboarding_dto.rb', line 9 def website_url @website_url end |