lib/taketo/constructs/server.rb in taketo-0.2.0.alpha vs lib/taketo/constructs/server.rb in taketo-0.2.0

- old
+ new

@@ -2,10 +2,11 @@ require 'taketo/constructs/command' require 'taketo/support' module Taketo module Constructs + class Server < BaseConstruct attr_reader :environment_variables attr_accessor :host, :port, :username, :default_location, :default_command, :global_alias, :identity_file has_nodes :commands, :command @@ -34,8 +35,9 @@ else Command.default end end end + end end