Class: Omnizip::Commands::ProfileListCommand
- Inherits:
-
Object
- Object
- Omnizip::Commands::ProfileListCommand
- Defined in:
- lib/omnizip/commands/profile_list_command.rb
Overview
Command to list available compression profiles
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ ProfileListCommand
constructor
A new instance of ProfileListCommand.
- #run ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ ProfileListCommand
Returns a new instance of ProfileListCommand.
7 8 9 |
# File 'lib/omnizip/commands/profile_list_command.rb', line 7 def initialize( = {}) @options = end |