Class: Ccp::Receivers::Global

Inherits:
Base
  • Object
show all
Defined in:
lib/ccp/receivers/none.rb,
lib/ccp/receivers/global.rb

Constant Summary

Constants included from Fixtures

Fixtures::NotFound

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

Methods included from Skippable

#execute

Methods included from Aroundable

#execute

Methods included from Profileable

#execute, #profiles, #show_profiles

Methods included from Utils::Colorize

strip

Methods included from Utils::Colorize::Fore

#aqua, #black, #blue, #colorize, #cyan, #green, #magenta, #pink, #purple, #red, #white, #yellow

Methods included from Executable

#execute

Methods included from Commentable

#comment, #comments, #show_comments

Methods included from Variables

#data, #data?, #parse!

Methods included from Settings

#[], #[]=, #settings

Methods included from Loggable

#logger

Methods included from Core

#inspect, #setup

Class Method Details

.newObject



4
5
6
# File 'lib/ccp/receivers/none.rb', line 4

def self.new
  @instance ||= super
end