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
117 118 119 120 |
# File 'lib/flydata/source_postgresql/sync_generate_table_ddl.rb', line 117 def initialize(, table) super() @table = table end |
Instance Attribute Details
#table ⇒ Object (readonly)
Returns the value of attribute table.
121 122 123 |
# File 'lib/flydata/source_postgresql/sync_generate_table_ddl.rb', line 121 def table @table end |