Class: ActiveRecord::Temporal::SystemVersioning::InsertHookDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/activerecord/temporal/system_versioning/schema_definitions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



33
34
35
# File 'lib/activerecord/temporal/system_versioning/schema_definitions.rb', line 33

def columns
  @columns
end

#gem_versionObject

Returns the value of attribute gem_version

Returns:

  • (Object)

    the current value of gem_version



33
34
35
# File 'lib/activerecord/temporal/system_versioning/schema_definitions.rb', line 33

def gem_version
  @gem_version
end

#history_tableObject

Returns the value of attribute history_table

Returns:

  • (Object)

    the current value of history_table



33
34
35
# File 'lib/activerecord/temporal/system_versioning/schema_definitions.rb', line 33

def history_table
  @history_table
end

#source_tableObject

Returns the value of attribute source_table

Returns:

  • (Object)

    the current value of source_table



33
34
35
# File 'lib/activerecord/temporal/system_versioning/schema_definitions.rb', line 33

def source_table
  @source_table
end