Class: CommandDeck::Registry::Action

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

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



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

def block
  @block
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



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

def params
  @params
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end