Class: FoundryWordpressTool::Base

Inherits:
Thor
  • Object
show all
Includes:
Database, Uploads, Thor::Actions
Defined in:
lib/foundry_wordpress_tool/base.rb

Constant Summary

Constants included from Database

Database::FORWARDED_MYSQL_PORT, Database::SNAPSHOT_TEMP_FILENAME

Instance Method Summary collapse

Methods included from Database

included

Methods included from Uploads

included

Constructor Details

#initialize(*args) ⇒ Base

Returns a new instance of Base.



15
16
17
18
# File 'lib/foundry_wordpress_tool/base.rb', line 15

def initialize(*args)
  say "** Welcome to Foundry Wordpress Tool v#{VERSION}! **\n", Thor::Shell::Color::CYAN
  super(*args)
end