Class: SimpleRecommender::Recommendable::AssociationMetadata
- Inherits:
-
Struct
- Object
- Struct
- SimpleRecommender::Recommendable::AssociationMetadata
- Defined in:
- lib/simple_recommender/recommendable.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.
Instance Attribute Details
#association_foreign_key ⇒ Object
Returns the value of attribute association_foreign_key
6 7 8 |
# File 'lib/simple_recommender/recommendable.rb', line 6 def association_foreign_key @association_foreign_key end |
#foreign_key ⇒ Object
Returns the value of attribute foreign_key
6 7 8 |
# File 'lib/simple_recommender/recommendable.rb', line 6 def foreign_key @foreign_key end |
#join_table ⇒ Object
Returns the value of attribute join_table
6 7 8 |
# File 'lib/simple_recommender/recommendable.rb', line 6 def join_table @join_table end |