Module: Fantasyhub
- Extended by:
- Fantasyhub
- Included in:
- Fantasyhub
- Defined in:
- lib/fantasyhub.rb,
lib/fantasyhub/version.rb
Defined Under Namespace
Modules: Events, Feed Classes: Event
Constant Summary collapse
- VERSION =
"1.0.1"
Instance Method Summary collapse
- #event_scores_sum_for(uid) ⇒ Object (also: #call)
Instance Method Details
#event_scores_sum_for(uid) ⇒ Object Also known as: call
6 7 8 |
# File 'lib/fantasyhub.rb', line 6 def event_scores_sum_for(uid) sum_event_scores(uid) end |