Class: ActiveAny::Reflection::AssociationReflection::JoinKeys
- Inherits:
-
Struct
- Object
- Struct
- ActiveAny::Reflection::AssociationReflection::JoinKeys
- Defined in:
- lib/active_any/reflection/association_reflection.rb
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
43 44 45 |
# File 'lib/active_any/reflection/association_reflection.rb', line 43 def foreign_key @foreign_key end |
#key ⇒ Object
Returns the value of attribute key
43 44 45 |
# File 'lib/active_any/reflection/association_reflection.rb', line 43 def key @key end |