Class: App42::Recommend::PreferenceData

Inherits:
Object
  • Object
show all
Defined in:
lib/recommend/PreferenceData.rb

Instance Attribute Summary collapse

Instance Attribute Details

#itemIdObject

Returns the value of attribute itemId.



18
19
20
# File 'lib/recommend/PreferenceData.rb', line 18

def itemId
  @itemId
end

#preferenceObject

Returns the value of attribute preference.



18
19
20
# File 'lib/recommend/PreferenceData.rb', line 18

def preference
  @preference
end

#userIdObject

Returns the value of attribute userId.



18
19
20
# File 'lib/recommend/PreferenceData.rb', line 18

def userId
  @userId
end