Class: App42::Recommend::PreferenceData
- Inherits:
-
Object
- Object
- App42::Recommend::PreferenceData
- Defined in:
- lib/recommend/PreferenceData.rb
Instance Attribute Summary collapse
-
#itemId ⇒ Object
Returns the value of attribute itemId.
-
#preference ⇒ Object
Returns the value of attribute preference.
-
#userId ⇒ Object
Returns the value of attribute userId.
Instance Attribute Details
#itemId ⇒ Object
Returns the value of attribute itemId.
18 19 20 |
# File 'lib/recommend/PreferenceData.rb', line 18 def itemId @itemId end |
#preference ⇒ Object
Returns the value of attribute preference.
18 19 20 |
# File 'lib/recommend/PreferenceData.rb', line 18 def preference @preference end |
#userId ⇒ Object
Returns the value of attribute userId.
18 19 20 |
# File 'lib/recommend/PreferenceData.rb', line 18 def userId @userId end |