Class: Licensed::Commands::Cache

Inherits:
Command
  • Object
show all
Defined in:
lib/licensed/commands/cache.rb

Instance Attribute Summary

Attributes inherited from Command

#config, #options, #reporter

Instance Method Summary collapse

Methods inherited from Command

#initialize, #run

Constructor Details

This class inherits a constructor from Licensed::Commands::Command

Instance Method Details

#create_reporter(options) ⇒ Object

Create a reporter to use during a command run

options - The options the command was run with

Raises a Licensed::Reporters::CacheReporter



10
11
12
# File 'lib/licensed/commands/cache.rb', line 10

def create_reporter(options)
  Licensed::Reporters::CacheReporter.new
end