lib/cfoundry/v1/client.rb in cfoundry-0.3.6 vs lib/cfoundry/v1/client.rb in cfoundry-0.3.7
- old
+ new
@@ -51,9 +51,17 @@
if user = info[:user]
user(user)
end
end
+ def current_space
+ nil
+ end
+
+ def current_organization
+ nil
+ end
+
# Retrieve target metadata.
def info
@base.info
end