Method: Cyclid::API::Plugins::BuildHost#connect_info

Defined in:
app/cyclid/plugins/builder.rb

#connect_infoObject

Return the information needed (hostname/IP, username, password & key if there are any) to create a Transport to this host, in a normalized form.



32
33
34
# File 'app/cyclid/plugins/builder.rb', line 32

def connect_info
  [self[:host], self[:username], self[:password], self[:key]]
end