Sha256: 945da1276624eb3d0e2939c35d6e4a784a86cd63179cfdcdf8dd9b79528915d4

Contents?: true

Size: 153 Bytes

Versions: 1

Compression:

Stored size: 153 Bytes

Contents

# encoding: UTF-8

module GoodData::Command
  class Profile
    class << self
      def show
        GoodData.profile.to_json
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gooddata-0.6.0 lib/gooddata/commands/profile.rb