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
-
#characteristics ⇒ Object
The accessor for the object’s characteristics, which can be treated more or less like a Hash.‘.
Instance Method Details
#characteristics ⇒ Object
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 |