Class: ActiveRecord::Temporal::SystemVersioning::InsertHookDefinition
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::Temporal::SystemVersioning::InsertHookDefinition
- Defined in:
- lib/activerecord/temporal/system_versioning/schema_definitions.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#gem_version ⇒ Object
Returns the value of attribute gem_version.
-
#history_table ⇒ Object
Returns the value of attribute history_table.
-
#source_table ⇒ Object
Returns the value of attribute source_table.
Instance Attribute Details
#columns ⇒ Object
Returns the value of attribute columns
33 34 35 |
# File 'lib/activerecord/temporal/system_versioning/schema_definitions.rb', line 33 def columns @columns end |
#gem_version ⇒ Object
Returns the value of attribute gem_version
33 34 35 |
# File 'lib/activerecord/temporal/system_versioning/schema_definitions.rb', line 33 def gem_version @gem_version end |
#history_table ⇒ Object
Returns the value of attribute history_table
33 34 35 |
# File 'lib/activerecord/temporal/system_versioning/schema_definitions.rb', line 33 def history_table @history_table end |
#source_table ⇒ Object
Returns the value of attribute source_table
33 34 35 |
# File 'lib/activerecord/temporal/system_versioning/schema_definitions.rb', line 33 def source_table @source_table end |