Class: HighLevel::Models::Opportunities::PipelinesResponseSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Opportunities::PipelinesResponseSchema
- Defined in:
- lib/high_level/models/opportunities/pipelines_response_schema.rb
Instance Attribute Summary collapse
-
#color_render_mode ⇒ Object
readonly
Returns the value of attribute color_render_mode.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#show_in_funnel ⇒ Object
readonly
Returns the value of attribute show_in_funnel.
-
#show_in_pie_chart ⇒ Object
readonly
Returns the value of attribute show_in_pie_chart.
-
#stages ⇒ Object
readonly
Returns the value of attribute stages.
Instance Attribute Details
#color_render_mode ⇒ Object (readonly)
Returns the value of attribute color_render_mode
9 10 11 |
# File 'lib/high_level/models/opportunities/pipelines_response_schema.rb', line 9 def color_render_mode @color_render_mode end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/opportunities/pipelines_response_schema.rb', line 9 def id @id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/opportunities/pipelines_response_schema.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/opportunities/pipelines_response_schema.rb', line 9 def name @name end |
#show_in_funnel ⇒ Object (readonly)
Returns the value of attribute show_in_funnel
9 10 11 |
# File 'lib/high_level/models/opportunities/pipelines_response_schema.rb', line 9 def show_in_funnel @show_in_funnel end |
#show_in_pie_chart ⇒ Object (readonly)
Returns the value of attribute show_in_pie_chart
9 10 11 |
# File 'lib/high_level/models/opportunities/pipelines_response_schema.rb', line 9 def show_in_pie_chart @show_in_pie_chart end |
#stages ⇒ Object (readonly)
Returns the value of attribute stages
9 10 11 |
# File 'lib/high_level/models/opportunities/pipelines_response_schema.rb', line 9 def stages @stages end |