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