Sha256: 8b5f4ec1578ad056368f740bce72839d44e8b933dad32837d1830c9ebb72c53a

Contents?: true

Size: 413 Bytes

Versions: 22

Compression:

Stored size: 413 Bytes

Contents

# cache sessions
class SessionHelper
  class << self
    def kunimom
      @@kunimom ||= CityGrid.session 'kunimom', 'pppppp'
    end
    
    def dou
      @@dou ||= CityGrid.session 'doushen2', 'abcd1234'
    end
    
    def sales_coord
      @@sales_cord ||= CityGrid.session 'QASalesCoord', 'pppppp'
    end
    
    def gary_test
      @@gary_test ||= CityGrid.session 'GARYTEST', 'pppppp'
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
citygrid_api-0.0.28 test/session_helper.rb
citygrid_api-0.0.27 test/session_helper.rb
citygrid_api-0.0.26 test/session_helper.rb
citygrid_api-0.0.25 test/session_helper.rb
citygrid_api-0.0.24 test/session_helper.rb
citygrid_api-0.0.23 test/session_helper.rb
citygrid_api-0.0.22 test/session_helper.rb
citygrid_api-0.0.21 test/session_helper.rb
citygrid_api-0.0.20 test/session_helper.rb
citygrid_api-0.0.19 test/session_helper.rb
citygrid_api-0.0.18 test/session_helper.rb
citygrid_api-0.0.17 test/session_helper.rb
citygrid_api-0.0.16 test/session_helper.rb
citygrid_api-0.0.15 test/session_helper.rb
citygrid_api-0.0.14 test/session_helper.rb
citygrid_api-0.0.13 test/session_helper.rb
citygrid_api-0.0.12 test/session_helper.rb
citygrid_api-0.0.11 test/session_helper.rb
citygrid_api-0.0.10 test/session_helper.rb
citygrid_api-0.0.9 test/session_helper.rb