Module: OpenID
- Defined in:
- vendor/plugins/open_id_authentication/lib/open_id_authentication/timeout_fixes.rb
Overview
http://trac.openidenabled.com/trac/ticket/156
Defined Under Namespace
Classes: StandardFetcher
Constant Summary
- @@timeout_threshold =
20
Class Method Summary
Class Method Details
+ (Object) timeout_threshold
5 6 7 |
# File 'vendor/plugins/open_id_authentication/lib/open_id_authentication/timeout_fixes.rb', line 5 def self.timeout_threshold @@timeout_threshold end |
+ (Object) timeout_threshold=(value)
9 10 11 |
# File 'vendor/plugins/open_id_authentication/lib/open_id_authentication/timeout_fixes.rb', line 9 def self.timeout_threshold=(value) @@timeout_threshold = value end |