Method: GoodData::Client#project_uri

Defined in:
lib/gooddata/models/client.rb

#project_uriString

Project URI this client has set

Returns:

  • (String)

    Returns the URI of the project this client has set

[View source]

147
148
149
# File 'lib/gooddata/models/client.rb', line 147

def project_uri
  data['project']
end