Method: GoodData::Rest::Client#warehouses

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

#warehouses(id = :all) ⇒ Object



218
219
220
# File 'lib/gooddata/rest/client.rb', line 218

def warehouses(id = :all)
  GoodData::DataWarehouse[id, client: self]
end