Sha256: 333ec5048243ce7555a6073e922a47a05ba502ec6368c7d043cdf9677314e0bc
Contents?: true
Size: 416 Bytes
Versions: 4
Compression:
Stored size: 416 Bytes
Contents
# encoding: UTF-8 # Global requires require 'multi_json' # Local requires require 'gooddata/models/models' module ProjectHelper PROJECT_ID = 'we1vvh4il93r0927r809i3agif50d7iz' PROJECT_URL = "/gdc/projects/#{PROJECT_ID}" PROJECT_TITLE = 'GoodTravis' PROJECT_SUMMARY = 'No summary' def self.get_default_project(opts = { :client => GoodData.connection }) GoodData::Project[PROJECT_ID, opts] end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gooddata-0.6.11 | spec/helpers/project_helper.rb |
gooddata-0.6.10 | spec/helpers/project_helper.rb |
gooddata-0.6.9 | spec/helpers/project_helper.rb |
gooddata-0.6.8 | spec/helpers/project_helper.rb |