module CBS::Client::Teams

Public Instance Methods

teams(opts={}) click to toggle source
# File lib/cbs/client/teams.rb, line 5
def teams(opts={})
  get('pro-teams', opts).body.pro_teams
end