module ContributionCount
Constants
- VERSION
Public Class Methods
new(account_name)
click to toggle source
# File lib/contribution_count.rb, line 11 def self.new(account_name) ContributionCount::Client.new(account_name) end