Sha256: 508c00449fca3452aedb7e74b82db9e114e2db4d2b88713cc977153e83b67675
Contents?: true
Size: 503 Bytes
Versions: 7
Compression:
Stored size: 503 Bytes
Contents
module BetterRailsDebugger class ObjectInformation include ::Mongoid::Document include Mongoid::Timestamps belongs_to :group_instance, class_name: "::BetterRailsDebugger::GroupInstance" field :ruby_object_id, type: Integer field :source_file, type: String field :source_line, type: Integer field :memsize, type: Integer field :class_name, type: String # Internal use field :source_code, type: String field :formatted_source_code, type: String end end
Version data entries
7 entries across 7 versions & 1 rubygems