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