Module: PlanetScale

Defined in:
lib/planetscale.rb,
lib/planetscale/version.rb

Defined Under Namespace

Classes: Proxy

Constant Summary collapse

VERSION =
'0.3.3'

Class Method Summary collapse

Class Method Details

.start(auth_method: Proxy::AUTH_AUTO, **kwargs) ⇒ Object



8
9
10
11
# File 'lib/planetscale.rb', line 8

def start(auth_method: Proxy::AUTH_AUTO, **kwargs)
  @proxy = PlanetScale::Proxy.new(auth_method: auth_method, **kwargs)
  @proxy.start
end