Class: ActiveRecord::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/peek/extensions/active_record.rb

Class Attribute Summary collapse

Class Attribute Details

.obj_countObject

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_typesObject

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_enabledObject

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