Class: CommandDeck::Registry::Tab
- Inherits:
-
Struct
- Object
- Struct
- CommandDeck::Registry::Tab
- Defined in:
- lib/command_deck/registry.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
Returns the value of attribute actions.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions
8 9 10 |
# File 'lib/command_deck/registry.rb', line 8 def actions @actions end |
#title ⇒ Object
Returns the value of attribute title
8 9 10 |
# File 'lib/command_deck/registry.rb', line 8 def title @title end |