Class: ActiveAny::Reflection::AssociationReflection::JoinKeys

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

Instance Attribute Summary collapse

Instance Attribute Details

#foreign_keyObject

Returns the value of attribute foreign_key

Returns:

  • (Object)

    the current value of foreign_key



43
44
45
# File 'lib/active_any/reflection/association_reflection.rb', line 43

def foreign_key
  @foreign_key
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



43
44
45
# File 'lib/active_any/reflection/association_reflection.rb', line 43

def key
  @key
end