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



225
226
227
# File 'lib/filigree/commands.rb', line 225

def action
  @action
end

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



225
226
227
# File 'lib/filigree/commands.rb', line 225

def config
  @config
end

#helpObject

Returns the value of attribute help

Returns:

  • (Object)

    the current value of help



225
226
227
# File 'lib/filigree/commands.rb', line 225

def help
  @help
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



225
226
227
# File 'lib/filigree/commands.rb', line 225

def name
  @name
end

#param_helpObject

Returns the value of attribute param_help

Returns:

  • (Object)

    the current value of param_help



225
226
227
# File 'lib/filigree/commands.rb', line 225

def param_help
  @param_help
end