Class: ElasticGraph::Warehouse::SchemaDefinition::WarehouseTable
- Inherits:
-
Object
- Object
- ElasticGraph::Warehouse::SchemaDefinition::WarehouseTable
- Defined in:
- elasticgraph-warehouse/lib/elastic_graph/warehouse/schema_definition/warehouse_table.rb
Overview
Represents a warehouse table configuration.
Instance Method Summary collapse
-
#to_config ⇒ Hash
Converts the warehouse table to a configuration hash.
Instance Method Details
#to_config ⇒ Hash
Converts the warehouse table to a configuration hash.
19 20 21 22 23 |
# File 'elasticgraph-warehouse/lib/elastic_graph/warehouse/schema_definition/warehouse_table.rb', line 19 def to_config { "table_schema" => table_schema } end |