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

new(opts = {}) click to toggle source

Default constructor passing all arguments to parent

Calls superclass method GoodData::Rest::Object::new
# File lib/gooddata/rest/resource.rb, line 22
def initialize(opts = {})
  super(opts)
end