Sha256: 220872e71ea978dbeff8c4c4a1ac3117592100519943d5a54994298e47b6ee89

Contents?: true

Size: 134 Bytes

Versions: 10

Compression:

Stored size: 134 Bytes

Contents

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
gooddata-0.6.0.pre11 lib/gooddata/commands/profile.rb
gooddata-0.6.0.pre10 lib/gooddata/commands/profile.rb
gooddata-0.6.0.pre9 lib/gooddata/commands/profile.rb
gooddata-0.6.0.pre8 lib/gooddata/commands/profile.rb
gooddata-0.6.0.pre7 lib/gooddata/commands/profile.rb
gooddata-0.6.0.pre6 lib/gooddata/commands/profile.rb
gooddata-0.6.0.pre5 lib/gooddata/commands/profile.rb
gooddata-0.6.0.pre4 lib/gooddata/commands/profile.rb
gooddata-0.6.0.pre3 lib/gooddata/commands/profile.rb
gooddata-0.6.0.pre2 lib/gooddata/commands/profile.rb