Class: Meibo::UserProfileSet
- Defined in:
- lib/meibo/user_profile_set.rb
Instance Attribute Summary
Attributes inherited from DataSet
Instance Method Summary collapse
Methods inherited from DataSet
#<<, #each, #empty?, #find, #initialize, #lineno, #where
Constructor Details
This class inherits a constructor from Meibo::DataSet
Instance Method Details
#check_semantically_consistent ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/meibo/user_profile_set.rb', line 5 def check_semantically_consistent super each do |user_profile| roster.users.find(user_profile.user_sourced_id) end end |