class Travis::CLI::Repos
def attributes(repo)
def attributes(repo) { 'active' => repo.active?, 'admin' => repo.admin?, 'push' => repo.push?, 'pull' => repo.pull? } end
def attributes(repo) { 'active' => repo.active?, 'admin' => repo.admin?, 'push' => repo.push?, 'pull' => repo.pull? } end