Class: Chicago::ETL::SchemaSinksAndTransformationsBuilder::KeyMapping Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/chicago/etl/schema_sinks_and_transformations_builder.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Attribute Details

#fieldObject

Returns the value of attribute field

Returns:

  • (Object)

    the current value of field



10
11
12
# File 'lib/chicago/etl/schema_sinks_and_transformations_builder.rb', line 10

def field
  @field
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



10
11
12
# File 'lib/chicago/etl/schema_sinks_and_transformations_builder.rb', line 10

def table
  @table
end