Class: ActiveRecord::Reflection::AbstractReflection::JoinKeys

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_record/reflection.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#foreign_keyObject

Returns the value of attribute foreign_key

Returns:

  • (Object)

    the current value of foreign_key



165
166
167
# File 'lib/active_record/reflection.rb', line 165

def foreign_key
  @foreign_key
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



165
166
167
# File 'lib/active_record/reflection.rb', line 165

def key
  @key
end