class GoodData::Rest::Resource
Base class for REST resources implementing (at least ‘somehow’) full CRUD
IS responsible for wrapping full CRUD interface
Public Class Methods
Source
# File lib/gooddata/rest/resource.rb, line 22 def initialize(opts = {}) super(opts) end
Default constructor passing all arguments to parent
Calls superclass method
GoodData::Rest::Object::new