Class: DuckRecord::Reflection::AssociationReflection::JoinKeys
- Inherits:
-
Struct
- Object
- Struct
- DuckRecord::Reflection::AssociationReflection::JoinKeys
- Defined in:
- lib/duck_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
345 346 347 |
# File 'lib/duck_record/reflection.rb', line 345 def foreign_key @foreign_key end |
#key ⇒ Object
Returns the value of attribute key
345 346 347 |
# File 'lib/duck_record/reflection.rb', line 345 def key @key end |