Class: Recommender::Recommendation::AssociationMetadata
- Inherits:
-
Struct
- Object
- Struct
- Recommender::Recommendation::AssociationMetadata
- Defined in:
- lib/recommender/recommendation.rb
Instance Attribute Summary collapse
-
#association_foreign_key ⇒ Object
Returns the value of attribute association_foreign_key.
-
#foreign_key ⇒ Object
Returns the value of attribute foreign_key.
-
#join_table ⇒ Object
Returns the value of attribute join_table.
-
#reflection_name ⇒ Object
Returns the value of attribute reflection_name.
Instance Attribute Details
#association_foreign_key ⇒ Object
Returns the value of attribute association_foreign_key
13 14 15 |
# File 'lib/recommender/recommendation.rb', line 13 def association_foreign_key @association_foreign_key end |
#foreign_key ⇒ Object
Returns the value of attribute foreign_key
13 14 15 |
# File 'lib/recommender/recommendation.rb', line 13 def foreign_key @foreign_key end |
#join_table ⇒ Object
Returns the value of attribute join_table
13 14 15 |
# File 'lib/recommender/recommendation.rb', line 13 def join_table @join_table end |
#reflection_name ⇒ Object
Returns the value of attribute reflection_name
13 14 15 |
# File 'lib/recommender/recommendation.rb', line 13 def reflection_name @reflection_name end |