Sha256: 8aa81e130a71c34d02c884c57711d89568ff811721a52655bccae2202d1b8a74
Contents?: true
Size: 273 Bytes
Versions: 13
Compression:
Stored size: 273 Bytes
Contents
# encoding: UTF-8 require 'pathname' module GoodData module Command class Projects class << self def list(options = { client: GoodData.connection }) client = options[:client] client.projects end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems