Class: Recommender::Recommendation::AssociationMetadata

Inherits:
Struct
  • Object
show all
Defined in:
lib/recommender/recommendation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#association_foreign_keyObject

Returns the value of attribute association_foreign_key

Returns:

  • (Object)

    the current value of association_foreign_key



13
14
15
# File 'lib/recommender/recommendation.rb', line 13

def association_foreign_key
  @association_foreign_key
end

#foreign_keyObject

Returns the value of attribute foreign_key

Returns:

  • (Object)

    the current value of foreign_key



13
14
15
# File 'lib/recommender/recommendation.rb', line 13

def foreign_key
  @foreign_key
end

#join_tableObject

Returns the value of attribute join_table

Returns:

  • (Object)

    the current value of join_table



13
14
15
# File 'lib/recommender/recommendation.rb', line 13

def join_table
  @join_table
end

#reflection_nameObject

Returns the value of attribute reflection_name

Returns:

  • (Object)

    the current value of reflection_name



13
14
15
# File 'lib/recommender/recommendation.rb', line 13

def reflection_name
  @reflection_name
end