Class: ActiveRecord::Bitemporal::Patches::AssociationReflection::JoinKeys

Inherits:
Struct
  • Object
show all
Defined in:
lib/activerecord-bitemporal/patches.rb

Instance Attribute Summary collapse

Instance Attribute Details

#foreign_keyObject

Returns the value of attribute foreign_key

Returns:

  • (Object)

    the current value of foreign_key



99
100
101
# File 'lib/activerecord-bitemporal/patches.rb', line 99

def foreign_key
  @foreign_key
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



99
100
101
# File 'lib/activerecord-bitemporal/patches.rb', line 99

def key
  @key
end