Sha256: 9b1775a99ca8a5789e3d196ee431d1cc3513457df3ab8d40ffbf0eb06cf9caa9

Contents?: true

Size: 349 Bytes

Versions: 13

Compression:

Stored size: 349 Bytes

Contents

# encoding: UTF-8

require 'pathname'

base = Pathname(__FILE__).dirname.expand_path
Dir.glob(base + '*.rb').each do |file|
  require_relative file
end

module GoodData
  module Rest
    class << self
      # Print GoodData::Rest internal info
      def info
        # TODO: Print objects
        # TODO: Print resources
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
gooddata-0.6.20 lib/gooddata/rest/rest.rb
gooddata-0.6.19 lib/gooddata/rest/rest.rb
gooddata-0.6.18 lib/gooddata/rest/rest.rb
gooddata-0.6.17 lib/gooddata/rest/rest.rb
gooddata-0.6.16 lib/gooddata/rest/rest.rb
gooddata-0.6.15 lib/gooddata/rest/rest.rb
gooddata-0.6.14 lib/gooddata/rest/rest.rb
gooddata-0.6.13 lib/gooddata/rest/rest.rb
gooddata-0.6.12 lib/gooddata/rest/rest.rb
gooddata-0.6.11 lib/gooddata/rest/rest.rb
gooddata-0.6.10 lib/gooddata/rest/rest.rb
gooddata-0.6.9 lib/gooddata/rest/rest.rb
gooddata-0.6.8 lib/gooddata/rest/rest.rb