Sha256: 4a8cc25669b95426893bc73d8c313d1eecded3eb45c113881c9f476d856c019e
Contents?: true
Size: 468 Bytes
Versions: 3
Compression:
Stored size: 468 Bytes
Contents
#!/usr/bin/env ruby # State::Companies::Global -- oddb -- 23.08.2004 -- mhuggler@ywesee.com require 'state/companies/init' require 'state/companies/limit' require 'state/companies/companylist' module ODDB module State module Companies class Global < State::Global HOME_STATE = State::Companies::Init ZONE = :companies ZONE_NAVIGATION = [ State::Companies::CompanyList, ] def limit_state State::Companies::Limit.new(@session, nil) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
oddb.org-1.0.2 | src/state/companies/global.rb |
oddb.org-1.0.1 | src/state/companies/global.rb |
oddb.org-1.0.0 | src/state/companies/global.rb |