Class Capistrano::ServerDefinition
In: lib/capistrano/server_definition.rb
Parent: Object

Methods

<=>   ==   default_user   eql?   hash   new   to_s  

Included Modules

Comparable

Attributes

host  [R] 
options  [R] 
port  [R] 
user  [R] 

Public Class methods

The default user name to use when a user name is not explicitly provided

Public Instance methods

==(server)

Alias for eql?

Redefined, so that Array#uniq will work to remove duplicate server definitions, based solely on their host names.

Redefined, so that Array#uniq will work to remove duplicate server definitions, based on their connection information.

[Validate]