class DB::Postgres::Adapter
Attributes
options[R]
Public Class Methods
new(**options)
click to toggle source
# File lib/db/postgres/adapter.rb, line 28 def initialize(**options) @options = options end
Public Instance Methods
call()
click to toggle source
# File lib/db/postgres/adapter.rb, line 34 def call Connection.new(**@options) end