Method: GoodData::Domain#segments_uri

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

#segments_uriString

Returns uri for segments on the domain. This will be removed soon. It is here that for segments the "account" portion of the URI was removed. And not for the rest

Returns:

  • (String)

    Uri of the segments



436
437
438
# File 'lib/gooddata/models/domain.rb', line 436

def segments_uri
  "/gdc/domains/#{name}"
end