Class: HighLevel::Models::Opportunities::PipelinesResponseSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/opportunities/pipelines_response_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#color_render_modeObject (readonly)

Returns the value of attribute color_render_mode

Returns:

  • (Object)

    the current value of 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

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/opportunities/pipelines_response_schema.rb', line 9

def id
  @id
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/opportunities/pipelines_response_schema.rb', line 9

def location_id
  @location_id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/opportunities/pipelines_response_schema.rb', line 9

def name
  @name
end

#show_in_funnelObject (readonly)

Returns the value of attribute show_in_funnel

Returns:

  • (Object)

    the current value of 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_chartObject (readonly)

Returns the value of attribute show_in_pie_chart

Returns:

  • (Object)

    the current value of 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

#stagesObject (readonly)

Returns the value of attribute stages

Returns:

  • (Object)

    the current value of stages



9
10
11
# File 'lib/high_level/models/opportunities/pipelines_response_schema.rb', line 9

def stages
  @stages
end