Class: Runners::Docker::NodeAvailability
- Inherits:
-
Object
- Object
- Runners::Docker::NodeAvailability
- Defined in:
- app/services/runners/docker/node_availability.rb
Instance Method Summary collapse
Instance Method Details
#perform(node:) ⇒ Object
6 7 8 |
# File 'app/services/runners/docker/node_availability.rb', line 6 def perform(node:) ::Docker.info(CreateConnection.new.perform(node: node)) end |