Class: JCR::ObjectBehavior
- Inherits:
-
Object
- Object
- JCR::ObjectBehavior
- Defined in:
- lib/jcr/evaluate_object_rules.rb
Instance Attribute Summary collapse
-
#checked_hash ⇒ Object
Returns the value of attribute checked_hash.
Instance Method Summary collapse
-
#initialize ⇒ ObjectBehavior
constructor
A new instance of ObjectBehavior.
Constructor Details
#initialize ⇒ ObjectBehavior
Returns a new instance of ObjectBehavior.
25 26 27 |
# File 'lib/jcr/evaluate_object_rules.rb', line 25 def initialize @checked_hash = {} end |
Instance Attribute Details
#checked_hash ⇒ Object
Returns the value of attribute checked_hash.
23 24 25 |
# File 'lib/jcr/evaluate_object_rules.rb', line 23 def checked_hash @checked_hash end |