class Grn2Drn::SchemaConverter::UnknownTable
Attributes
table[R]
Public Class Methods
new(table)
click to toggle source
Calls superclass method
# File lib/grn2drn/schema-converter.rb, line 24 def initialize(table) @table = table super("Unknown table: <#{@table}>") end