Class: Train::Transports::Gcp
- Inherits:
-
Object
- Object
- Train::Transports::Gcp
- Defined in:
- lib/train/transports/gcp.rb
Defined Under Namespace
Classes: Connection
Instance Method Summary collapse
Instance Method Details
#connection(_ = nil) ⇒ Object
32 33 34 |
# File 'lib/train/transports/gcp.rb', line 32 def connection(_ = nil) @connection ||= Connection.new(@options) end |