Module: CloudFoundry::Client::Resources
- Included in:
- CloudFoundry::Client
- Defined in:
- lib/cloudfoundry/client/resources.rb
Overview
CloudFoundry API Resources methods.
Instance Method Summary collapse
-
#check_resources(resources) ⇒ Array
Checks which resources are needed to send to the target cloud when uploading application bits.
Instance Method Details
#check_resources(resources) ⇒ Array
Checks which resources are needed to send to the target cloud when uploading application bits.
10 11 12 13 |
# File 'lib/cloudfoundry/client/resources.rb', line 10 def check_resources(resources) require_login post(CloudFoundry::Client::RESOURCES_PATH, resources) end |