add print statements so user is aware of what is happening
This commit is contained in:
@@ -9,6 +9,10 @@ module AWS
|
||||
|
||||
def terminate(decrement_desired_capacity)
|
||||
end
|
||||
|
||||
def id
|
||||
'i-test'
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -4,7 +4,10 @@ module AWS
|
||||
end
|
||||
|
||||
class LoadBalancer
|
||||
attr_reader :name
|
||||
|
||||
def initialize(name, options = {})
|
||||
@name = name
|
||||
end
|
||||
|
||||
def instances
|
||||
|
||||
Reference in New Issue
Block a user