lib/gooddata/models/profile.rb in gooddata-0.6.24 vs lib/gooddata/models/profile.rb in gooddata-0.6.25
- old
+ new
@@ -9,10 +9,10 @@
require_relative '../rest/object'
require_relative 'project'
module GoodData
- class Profile < GoodData::Rest::Object
+ class Profile < Rest::Resource
attr_reader :user, :json
EMPTY_OBJECT = {
'accountSetting' => {
'companyName' => nil,