Method: Flotte::Host#initialize
- Defined in:
- lib/flotte/host.rb
#initialize(name:, hostname: nil, user: nil) ⇒ Host
Returns a new instance of Host.
9 10 11 12 13 |
# File 'lib/flotte/host.rb', line 9 def initialize(name:, hostname: nil, user: nil) @name = name @hostname = hostname @user = user end |