Exception: Flydata::SourcePostgresql::SyncGenerateTableDdl::TableMissingError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Flydata::SourcePostgresql::SyncGenerateTableDdl::TableMissingError
- Defined in:
- lib/flydata/source_postgresql/sync_generate_table_ddl.rb
Instance Attribute Summary collapse
-
#table ⇒ Object
readonly
Returns the value of attribute table.
Instance Method Summary collapse
-
#initialize(message, table) ⇒ TableMissingError
constructor
A new instance of TableMissingError.
Constructor Details
#initialize(message, table) ⇒ TableMissingError
Returns a new instance of TableMissingError.
109 110 111 112 |
# File 'lib/flydata/source_postgresql/sync_generate_table_ddl.rb', line 109 def initialize(, table) super() @table = table end |
Instance Attribute Details
#table ⇒ Object (readonly)
Returns the value of attribute table.
113 114 115 |
# File 'lib/flydata/source_postgresql/sync_generate_table_ddl.rb', line 113 def table @table end |