add print statements so user is aware of what is happening

This commit is contained in:
Anuj Biyani
2013-06-03 19:08:56 -07:00
parent 07fc0390f7
commit 8c24fa8dbf
4 changed files with 51 additions and 9 deletions

View File

@@ -9,6 +9,10 @@ module AWS
def terminate(decrement_desired_capacity)
end
def id
'i-test'
end
end
end
end

View File

@@ -4,7 +4,10 @@ module AWS
end
class LoadBalancer
attr_reader :name
def initialize(name, options = {})
@name = name
end
def instances