Class: CommandDeck::Registry::Tab

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

Instance Attribute Summary collapse

Instance Attribute Details

#actionsObject

Returns the value of attribute actions

Returns:

  • (Object)

    the current value of actions



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

def actions
  @actions
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end