Exception: Grn2Drn::SchemaConverter::UnknownTable

Inherits:
Error
  • Object
show all
Defined in:
lib/grn2drn/schema-converter.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(table) ⇒ UnknownTable

Returns a new instance of UnknownTable.



24
25
26
27
# File 'lib/grn2drn/schema-converter.rb', line 24

def initialize(table)
  @table = table
  super("Unknown table: <#{@table}>")
end

Instance Attribute Details

#tableObject (readonly)

Returns the value of attribute table.



23
24
25
# File 'lib/grn2drn/schema-converter.rb', line 23

def table
  @table
end