Class: Keystone::Ui::FunnelComponent::Layer

Inherits:
Struct
  • Object
show all
Defined in:
app/components/keystone/ui/funnel_component.rb

Instance Attribute Summary collapse

Instance Attribute Details

#conversion_percentObject

Returns the value of attribute conversion_percent

Returns:

  • (Object)

    the current value of conversion_percent



6
7
8
# File 'app/components/keystone/ui/funnel_component.rb', line 6

def conversion_percent
  @conversion_percent
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



6
7
8
# File 'app/components/keystone/ui/funnel_component.rb', line 6

def label
  @label
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'app/components/keystone/ui/funnel_component.rb', line 6

def value
  @value
end

#width_percentObject

Returns the value of attribute width_percent

Returns:

  • (Object)

    the current value of width_percent



6
7
8
# File 'app/components/keystone/ui/funnel_component.rb', line 6

def width_percent
  @width_percent
end