Class: Rooibos::Welcome::Model
- Inherits:
-
Data
- Object
- Data
- Rooibos::Welcome::Model
- Defined in:
- lib/rooibos/welcome.rb
Overview
focused: keyboard focus (persists until Tab/Shift+Tab) hovered: mouse hover (clears on mouse-out)
Instance Attribute Summary collapse
-
#button_areas ⇒ Object
readonly
Returns the value of attribute button_areas.
-
#focused ⇒ Object
readonly
Returns the value of attribute focused.
-
#hovered ⇒ Object
readonly
Returns the value of attribute hovered.
Instance Method Summary collapse
-
#active_button ⇒ Object
Returns the “active” button for activation (keyboard takes precedence).
- #tree ⇒ Object
Instance Attribute Details
#button_areas ⇒ Object (readonly)
Returns the value of attribute button_areas
183 184 185 |
# File 'lib/rooibos/welcome.rb', line 183 def @button_areas end |
#focused ⇒ Object (readonly)
Returns the value of attribute focused
183 184 185 |
# File 'lib/rooibos/welcome.rb', line 183 def focused @focused end |
#hovered ⇒ Object (readonly)
Returns the value of attribute hovered
183 184 185 |
# File 'lib/rooibos/welcome.rb', line 183 def hovered @hovered end |