Class: ColumnsTrace::Registry::Entry
- Inherits:
-
Struct
- Object
- Struct
- ColumnsTrace::Registry::Entry
- Defined in:
- lib/columns_trace/registry.rb
Instance Attribute Summary collapse
-
#backtrace ⇒ Object
Returns the value of attribute backtrace.
-
#model ⇒ Object
Returns the value of attribute model.
-
#record ⇒ Object
Returns the value of attribute record.
Instance Attribute Details
#backtrace ⇒ Object
Returns the value of attribute backtrace
7 8 9 |
# File 'lib/columns_trace/registry.rb', line 7 def backtrace @backtrace end |
#model ⇒ Object
Returns the value of attribute model
7 8 9 |
# File 'lib/columns_trace/registry.rb', line 7 def model @model end |
#record ⇒ Object
Returns the value of attribute record
7 8 9 |
# File 'lib/columns_trace/registry.rb', line 7 def record @record end |