Class: ActiveRecord::Reflection::AbstractReflection::JoinKeys
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::Reflection::AbstractReflection::JoinKeys
- Defined in:
- lib/active_record/reflection.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#foreign_key ⇒ Object
Returns the value of attribute foreign_key.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#foreign_key ⇒ Object
Returns the value of attribute foreign_key
168 169 170 |
# File 'lib/active_record/reflection.rb', line 168 def foreign_key @foreign_key end |
#key ⇒ Object
Returns the value of attribute key
168 169 170 |
# File 'lib/active_record/reflection.rb', line 168 def key @key end |