Sha256: 2a3010262b7cf941d4bc3970d6a419dea8de6d96196573d286c065ac35745aa3

Contents?: true

Size: 1021 Bytes

Versions: 16

Compression:

Stored size: 1021 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://staging3.intgdc.com'
      set_const :DEFAULT_USER_URL, '/gdc/account/profile/a3700850b92a0a6c097e48369b5d226f'
      set_const :STAGING_URI, 'https://staging3.intgdc.com/gdc/uploads/'
    end

    module ProcessHelper
      set_const :PROCESS_ID, '6829c82d-d8cc-4589-90c4-f31eec2a6797'
      set_const :DEPLOY_NAME, 'hello_world.rb'
    end

    module ProjectHelper
      set_const :PROJECT_ID, 'augu8cqwzim37c7bzf7dhufw6b8rs4go'
      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, '5784e409e4b0020189b279df'
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
gooddata-0.6.43 spec/environment/develop.rb
gooddata-0.6.42 spec/environment/develop.rb
gooddata-0.6.41 spec/environment/develop.rb
gooddata-0.6.40 spec/environment/develop.rb
gooddata-0.6.39 spec/environment/develop.rb
gooddata-0.6.38 spec/environment/develop.rb
gooddata-0.6.37 spec/environment/develop.rb
gooddata-0.6.36 spec/environment/develop.rb
gooddata-0.6.35 spec/environment/develop.rb
gooddata-0.6.34 spec/environment/develop.rb
gooddata-0.6.33 spec/environment/develop.rb
gooddata-0.6.32 spec/environment/develop.rb
gooddata-0.6.31 spec/environment/develop.rb
gooddata-0.6.30 spec/environment/develop.rb
gooddata-0.6.29 spec/environment/develop.rb
gooddata-0.6.28 spec/environment/develop.rb