Sha256: fd5c81c1e5e85ac8eaba3453a38cd8be732a2d4cd7be8469ae2105ac2a120cf8

Contents?: true

Size: 439 Bytes

Versions: 3

Compression:

Stored size: 439 Bytes

Contents

# encoding: UTF-8
#
# Copyright (c) 2010-2015 GoodData Corporation. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

require_relative 'data_getter'
require_relative 'meta_getter'

module GoodData
  module Mixin
    module RestGetters
      include GoodData::Mixin::MetaGetter
      include GoodData::Mixin::DataGetter
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gooddata-0.6.24 lib/gooddata/mixins/rest_getters.rb
gooddata-0.6.23 lib/gooddata/mixins/rest_getters.rb
gooddata-0.6.22 lib/gooddata/mixins/rest_getters.rb