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