Class: GoodData::Command::Projects

Inherits:
Object
  • Object
show all
Defined in:
lib/gooddata/commands/projects.rb

Class Method Summary collapse

Class Method Details

.list(options = { client: GoodData.connection }) ⇒ Object



13
14
15
16
# File 'lib/gooddata/commands/projects.rb', line 13

def list(options = { client: GoodData.connection })
  client = options[:client]
  client.projects
end