Class: Filigree::Commands::Command

Inherits:
Struct
  • Object
show all
Defined in:
lib/filigree/commands.rb

Overview

The POD representing a command.

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



212
213
214
# File 'lib/filigree/commands.rb', line 212

def action
  @action
end

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



212
213
214
# File 'lib/filigree/commands.rb', line 212

def config
  @config
end

#helpObject

Returns the value of attribute help

Returns:

  • (Object)

    the current value of help



212
213
214
# File 'lib/filigree/commands.rb', line 212

def help
  @help
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



212
213
214
# File 'lib/filigree/commands.rb', line 212

def name
  @name
end

#param_helpObject

Returns the value of attribute param_help

Returns:

  • (Object)

    the current value of param_help



212
213
214
# File 'lib/filigree/commands.rb', line 212

def param_help
  @param_help
end