Method: GoodData::Domain#segments_uri
- Defined in:
- lib/gooddata/models/domain.rb
#segments_uri ⇒ String
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
436 437 438 |
# File 'lib/gooddata/models/domain.rb', line 436 def segments_uri "/gdc/domains/#{name}" end |