Class: Keystone::Ui::FunnelComponent::Layer
- Inherits:
-
Struct
- Object
- Struct
- Keystone::Ui::FunnelComponent::Layer
- Defined in:
- app/components/keystone/ui/funnel_component.rb
Instance Attribute Summary collapse
-
#conversion_percent ⇒ Object
Returns the value of attribute conversion_percent.
-
#label ⇒ Object
Returns the value of attribute label.
-
#value ⇒ Object
Returns the value of attribute value.
-
#width_percent ⇒ Object
Returns the value of attribute width_percent.
Instance Attribute Details
#conversion_percent ⇒ Object
Returns the value of attribute conversion_percent
6 7 8 |
# File 'app/components/keystone/ui/funnel_component.rb', line 6 def conversion_percent @conversion_percent end |
#label ⇒ Object
Returns the value of attribute label
6 7 8 |
# File 'app/components/keystone/ui/funnel_component.rb', line 6 def label @label end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'app/components/keystone/ui/funnel_component.rb', line 6 def value @value end |
#width_percent ⇒ Object
Returns the value of attribute width_percent
6 7 8 |
# File 'app/components/keystone/ui/funnel_component.rb', line 6 def width_percent @width_percent end |