Class: Ossert::Stats::CommunityTotal
- Defined in:
- lib/ossert/stats/community_total.rb
Instance Method Summary collapse
Methods inherited from Base
#<<, absolute_attributes, attributes, attributes_names, config, create_attributes_accessors, define_counts, define_ints, define_percent, #initialize, #median, #metric_values, metrics, #metrics_to_hash, #to_hash, #to_json, uniq_attributes
Constructor Details
This class inherits a constructor from Ossert::Stats::Base
Instance Method Details
#total_downloads_count ⇒ Object
19 20 21 |
# File 'lib/ossert/stats/community_total.rb', line 19 def total_downloads_count total_downloads end |
#users_involved_no_stars_count ⇒ Object
15 16 17 |
# File 'lib/ossert/stats/community_total.rb', line 15 def users_involved_no_stars_count (users_involved - stargazers).count end |