Method: Cyclid::API::Plugins::BuildHost#transports
- Defined in:
- app/cyclid/plugins/builder.rb
#transports ⇒ Object
Return a list of acceptable Transports that can be used to connect to this host.
38 39 40 41 |
# File 'app/cyclid/plugins/builder.rb', line 38 def transports # XXX Maybe create some constants for "well known" Transports such as 'ssh' [] end |