Method: OraUtils::OracleAccess#timeout_specified
- Defined in:
- lib/orabase/utils/oracle_access.rb
#timeout_specified ⇒ Object
This is a little hack to get a specified timeout value
110 111 112 113 114 115 116 |
# File 'lib/orabase/utils/oracle_access.rb', line 110 def timeout_specified if respond_to?(:to_hash) to_hash.fetch(:timeout) { nil} # else nil end end |