Class: CommandDeck::Registry::Panel

Inherits:
Struct
  • Object
show all
Defined in:
lib/command_deck/registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



9
10
11
# File 'lib/command_deck/registry.rb', line 9

def group
  @group
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



9
10
11
# File 'lib/command_deck/registry.rb', line 9

def key
  @key
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



9
10
11
# File 'lib/command_deck/registry.rb', line 9

def owner
  @owner
end

#tabsObject

Returns the value of attribute tabs

Returns:

  • (Object)

    the current value of tabs



9
10
11
# File 'lib/command_deck/registry.rb', line 9

def tabs
  @tabs
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/command_deck/registry.rb', line 9

def title
  @title
end