Class: Train::Transports::Gcp

Inherits:
Object
  • Object
show all
Defined in:
lib/train/transports/gcp.rb

Defined Under Namespace

Classes: Connection

Instance Method Summary collapse

Instance Method Details

#connection(_ = nil) ⇒ Object



34
35
36
# File 'lib/train/transports/gcp.rb', line 34

def connection(_ = nil)
  @connection ||= Connection.new(@options)
end