Class: Licensed::Commands::Status

Inherits:
Command
  • Object
show all
Defined in:
lib/licensed/commands/status.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::StatusReporter.new) ⇒ Status

Returns a new instance of Status.



7
8
9
# File 'lib/licensed/commands/status.rb', line 7

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