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.7 test/session_helper.rb
citygrid_api-0.0.6 test/session_helper.rb