Sha256: 7dc6ad89533d47d9b99cca3b562d54c6cea62a8f50c087baf3865e667d85bdfb

Contents?: true

Size: 470 Bytes

Versions: 4

Compression:

Stored size: 470 Bytes

Contents

module Fog
  module Compute
    class Gridscale
      class Real

        def snapshot_schedule_get(payload)
          storage_uuid = payload[:storage_uuid]
          snapshot_schedule_uuid = payload[:snapshot_schedule_uuid]
          request(
              :expects => [200],
              :method  => 'GET',
              :path    => "/objects/storages/#{storage_uuid}/snapshot_schedules/#{snapshot_schedule_uuid}"
          )
        end

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fog-gridscale-0.1.5 lib/fog/compute/gridscale/requests/snapshot_schedule_get.rb
fog-gridscale-0.1.4 lib/fog/compute/gridscale/requests/snapshot_schedule_get.rb
fog-gridscale-0.1.3 lib/fog/compute/gridscale/requests/snapshot_schedule_get.rb
fog-gridscale-0.1.2 lib/fog/compute/gridscale/requests/snapshot_schedule_get.rb