Sha256: 8c5a90b045b9c9a8423df10a3cb1f437d7e3f36b518035281b8184e8f77ac482
Contents?: true
Size: 338 Bytes
Versions: 4
Compression:
Stored size: 338 Bytes
Contents
class Config constructor: -> super session: csrf_token: { type: 'string', setOnce: false } api_path: { type: 'string', setOnce: false } # derived: # api_path: # deps: ['root_path'] # fn: -> @root_path + "api" Lanes.Data.State.extend(Config) Lanes.Data.Config = new Config
Version data entries
4 entries across 4 versions & 1 rubygems