Class: ActiveRecord::Base
- Inherits:
-
Object
- Object
- ActiveRecord::Base
- Defined in:
- lib/peek/extensions/active_record.rb
Class Attribute Summary collapse
-
.obj_count ⇒ Object
Returns the value of attribute obj_count.
-
.obj_types ⇒ Object
Returns the value of attribute obj_types.
-
.obj_types_enabled ⇒ Object
Returns the value of attribute obj_types_enabled.
Class Attribute Details
.obj_count ⇒ Object
Returns the value of attribute obj_count.
8 9 10 |
# File 'lib/peek/extensions/active_record.rb', line 8 def obj_count @obj_count end |
.obj_types ⇒ Object
Returns the value of attribute obj_types.
8 9 10 |
# File 'lib/peek/extensions/active_record.rb', line 8 def obj_types @obj_types end |
.obj_types_enabled ⇒ Object
Returns the value of attribute obj_types_enabled.
8 9 10 |
# File 'lib/peek/extensions/active_record.rb', line 8 def obj_types_enabled @obj_types_enabled end |