Module: Charisma::Base

Defined in:
lib/charisma/base.rb,
lib/charisma/base/class_methods.rb

Overview

This module is included in characterized objects (via include Charisma on the class)

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#characteristicsObject

The accessor for the object’s characteristics, which can be treated more or less like a Hash.‘



5
6
7
# File 'lib/charisma/base.rb', line 5

def characteristics
  @curator ||= Curator.new(self)
end