Sha256: 7c074db64343b5feeed49b2afafc4398135820dbdb15493b0a8274acde73f8af

Contents?: true

Size: 953 Bytes

Versions: 26

Compression:

Stored size: 953 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.

module GoodData
  module Environment
    module ConnectionHelper
      set_const :DEFAULT_SERVER, 'https://staging.getgooddata.com'
      set_const :DEFAULT_USER_URL, '/gdc/account/profile/6ca71a392e15700a4db4537f441eba39'
    end

    module ProcessHelper
      set_const :PROCESS_ID, '94e7be67-5f68-405d-bdeb-93006d50482d'
      set_const :DEPLOY_NAME, 'graph/graph.grf'
    end

    module ProjectHelper
      set_const :PROJECT_ID, 'k8rzngunca3t9dywmxhqzpgwlui3yg0m'
      set_const :PROJECT_URL, "/gdc/projects/#{PROJECT_ID}"
      set_const :PROJECT_TITLE, 'GoodTravis'
      set_const :PROJECT_SUMMARY, 'No summary'
    end

    module ScheduleHelper
      set_const :SCHEDULE_ID, '55953261e4b0a92792febe4e'
    end
  end
end

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
gooddata-edge-0.6.27.edge spec/environment/staging.rb
gooddata-0.6.49 spec/environment/staging.rb
gooddata-0.6.48 spec/environment/staging.rb
gooddata-0.6.47 spec/environment/staging.rb
gooddata-0.6.46 spec/environment/staging.rb
gooddata-0.6.45 spec/environment/staging.rb
gooddata-0.6.44 spec/environment/staging.rb
gooddata-0.6.43 spec/environment/staging.rb
gooddata-0.6.42 spec/environment/staging.rb
gooddata-0.6.41 spec/environment/staging.rb
gooddata-0.6.40 spec/environment/staging.rb
gooddata-0.6.39 spec/environment/staging.rb
gooddata-0.6.38 spec/environment/staging.rb
gooddata-0.6.37 spec/environment/staging.rb
gooddata-0.6.36 spec/environment/staging.rb
gooddata-0.6.35 spec/environment/staging.rb
gooddata-0.6.34 spec/environment/staging.rb
gooddata-0.6.33 spec/environment/staging.rb
gooddata-0.6.32 spec/environment/staging.rb
gooddata-0.6.31 spec/environment/staging.rb