Class: Ccp::Receivers::Global

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

Instance Attribute Summary

Attributes included from SaveFixture

#save_fixture_dir

Class Method Summary collapse

Methods inherited from Base

#inspect

Methods included from SaveFixture

#execute, #parse!, #save_fixture?, #save_fixture_default_dir, #save_fixture_path_for

Methods included from Aroundable

#execute

Methods included from Profileable

#execute, #profiles, #show_profiles

Methods included from Colorize

#aqua, #blue, #colorize, #green, #pink, #red, #yellow

Methods included from Executable

#execute

Methods included from Commentable

#comment, #comments, #show_comments

Methods included from Data

#data, #data?, #parse!

Class Method Details

.newObject



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

def self.new
  @instance ||= super
end