class GoodData::Command::Projects

Public Class Methods

list(options = { client: GoodData.connection }) click to toggle source
# File lib/gooddata/commands/projects.rb, line 13
def list(options = { client: GoodData.connection })
  client = options[:client]
  client.projects
end