class Purview::Exceptions::BaseTable
Attributes
table[R]
Public Class Methods
new(table)
click to toggle source
# File lib/purview/exceptions/base_table.rb, line 4 def initialize(table) @table = table end