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



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

def action
  @action
end

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



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

def config
  @config
end

#helpObject

Returns the value of attribute help

Returns:

  • (Object)

    the current value of help



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

def help
  @help
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#param_helpObject

Returns the value of attribute param_help

Returns:

  • (Object)

    the current value of param_help



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

def param_help
  @param_help
end