Method: GoodData::Rest::Client#domain

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

#domain(domain_name) ⇒ Object



178
179
180
# File 'lib/gooddata/rest/client.rb', line 178

def domain(domain_name)
  GoodData::Domain[domain_name, :client => self]
end