Class: Ufo::CLI::Central::Base

Inherits:
Object
  • Object
show all
Includes:
Utils::Execute, Utils::Logging, Utils::Pretty, Utils::Sure
Defined in:
lib/ufo/cli/central/base.rb

Direct Known Subclasses

Clean, Update

Instance Method Summary collapse

Methods included from Utils::Sure

#sure?

Methods included from Utils::Pretty

#pretty_home, #pretty_path, #pretty_time

Methods included from Utils::Logging

#logger

Methods included from Utils::Execute

#execute, #user_params

Constructor Details

#initialize(options = {}) ⇒ Base

Returns a new instance of Base.



8
9
10
# File 'lib/ufo/cli/central/base.rb', line 8

def initialize(options={})
  @options = options
end