lib/gooddata/rest/object.rb in gooddata-0.6.10 vs lib/gooddata/rest/object.rb in gooddata-0.6.11

- old
+ new

@@ -9,10 +9,10 @@ # MUST NOT create new connections. class Object attr_writer :client attr_accessor :project - def initialize(opts = {}) + def initialize(_opts = {}) @client = nil end def client(opts = {}) @client || GoodData::Rest::Object.client(opts)