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



171
172
173
# File 'lib/active_record/reflection.rb', line 171

def foreign_key
  @foreign_key
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



171
172
173
# File 'lib/active_record/reflection.rb', line 171

def key
  @key
end