Sha256: 3a2b1fe724742d41500c3fb97f17129de052e7951f24989c1fd7b8bca41c2294
Contents?: true
Size: 397 Bytes
Versions: 3
Compression:
Stored size: 397 Bytes
Contents
module Nucleus module Adapters module V1 class CloudFoundryV2 < Stub module Scaling # @see Stub#scale def scale(application_name_or_id, instances) # update the number of instances on the application update_application(application_name_or_id, instances: instances) end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems