lib/cfoundry/service.rb in cfoundry-0.2.1 vs lib/cfoundry/service.rb in cfoundry-0.2.2
- old
+ new
@@ -34,10 +34,11 @@
@name = name
@client = client
@manifest = manifest
end
- def inspect # :nodoc:
+ # Show string representing the service.
+ def inspect
"#<Service '#@name'>"
end
# Delete the service from the target.
def delete!