Class: Ccp::Receivers::Base

Inherits:
Object
  • Object
show all
Includes:
Data, Aroundable, Commentable, Executable, Profileable, SaveFixture
Defined in:
lib/ccp/receivers/base.rb

Direct Known Subclasses

Global

Instance Attribute Summary

Attributes included from SaveFixture

#save_fixture_dir

Instance Method Summary collapse

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!

Instance Method Details

#inspectObject



13
14
15
16
17
# File 'lib/ccp/receivers/base.rb', line 13

def inspect
  klass_name = self.class.name.to_s.split(/::/).last

  "#<Receivers::#{klass_name} data:#{data.inspect}>"
end