Class: Ccp::Receivers::Base
- Inherits:
-
Object
- Object
- Ccp::Receivers::Base
- Includes:
- Fixtures, Aroundable, Commentable, Core, Executable, Profileable, Settings, Skippable, Variables
- Defined in:
- lib/ccp/receivers/base.rb
Direct Known Subclasses
Constant Summary
Constants included from Fixtures
Constants included from Utils::Colorize::Fore
Utils::Colorize::Fore::BLACK, Utils::Colorize::Fore::BLUE, Utils::Colorize::Fore::CLEAR, Utils::Colorize::Fore::CYAN, Utils::Colorize::Fore::GREEN, Utils::Colorize::Fore::MAGENTA, Utils::Colorize::Fore::RED, Utils::Colorize::Fore::WHITE, Utils::Colorize::Fore::YELLOW
Class Method Summary collapse
-
.new(*args) ⇒ Object
ensure to call ‘#setup’ for module initializations.
Methods included from Skippable
Methods included from Aroundable
Methods included from Profileable
#execute, #profiles, #show_profiles
Methods included from Utils::Colorize
Methods included from Utils::Colorize::Fore
#aqua, #black, #blue, #colorize, #cyan, #green, #magenta, #pink, #purple, #red, #white, #yellow
Methods included from Executable
Methods included from Commentable
#comment, #comments, #show_comments
Methods included from Variables
Methods included from Settings
Methods included from Core
Class Method Details
.new(*args) ⇒ Object
ensure to call ‘#setup’ for module initializations
17 |
# File 'lib/ccp/receivers/base.rb', line 17 def self.new(*args) r = super; r.setup; r; end |