Method: DockerCloud::NodeTypeAPI#all
- Defined in:
- lib/docker_cloud/api/node_type_api.rb
#all(params = {}) ⇒ Object
Lists all node types of all supported cloud providers Returns a list of NodeType objects
11 12 13 14 |
# File 'lib/docker_cloud/api/node_type_api.rb', line 11 def all(params = {}) response = http_get(resource_url, params) format_object(response, TYPE) end |