Class: ColumnsTrace::Registry::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/columns_trace/registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backtraceObject

Returns the value of attribute backtrace

Returns:

  • (Object)

    the current value of backtrace



7
8
9
# File 'lib/columns_trace/registry.rb', line 7

def backtrace
  @backtrace
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



7
8
9
# File 'lib/columns_trace/registry.rb', line 7

def model
  @model
end

#recordObject

Returns the value of attribute record

Returns:

  • (Object)

    the current value of record



7
8
9
# File 'lib/columns_trace/registry.rb', line 7

def record
  @record
end