Class: Tay::Specification::Action
- Inherits:
-
Object
- Object
- Tay::Specification::Action
- Defined in:
- lib/tay/specification/action.rb
Overview
Action is a parent class shared between Tay::Specification::PageAction and Tay::Specification::BrowserAction.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#icon ⇒ Object
Path to the icon that is displayed in the browser.
-
#popup ⇒ Object
Path to the HTML file that is displayed when your action is clicked.
-
#title ⇒ Object
Title that appears on mouseover.
Instance Attribute Details
#icon ⇒ Object
Path to the icon that is displayed in the browser
9 10 11 |
# File 'lib/tay/specification/action.rb', line 9 def icon @icon end |
#popup ⇒ Object
Path to the HTML file that is displayed when your action is clicked
15 16 17 |
# File 'lib/tay/specification/action.rb', line 15 def popup @popup end |
#title ⇒ Object
Title that appears on mouseover
12 13 14 |
# File 'lib/tay/specification/action.rb', line 12 def title @title end |