Method: Avmtrf1::Oracle::Connection::StringBuilder#build
- Defined in:
- lib/avmtrf1/oracle/connection/string_builder.rb
#build ⇒ Object
27 28 29 30 31 32 33 34 |
# File 'lib/avmtrf1/oracle/connection/string_builder.rb', line 27 def build if string string else validate_fields "#{user}/#{password}@//#{host}:#{port}/#{service_name}" end end |