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

#run

Constructor Details

#initialize(config:, reporter: Licensed::Reporters::CacheReporter.new) ⇒ Cache

Returns a new instance of Cache.



5
6
7
# File 'lib/licensed/commands/cache.rb', line 5

def initialize(config:, reporter: Licensed::Reporters::CacheReporter.new)
  super(config: config, reporter: reporter)
end