class IBM::Cloud::SDK::VPC::Volumes

Work with a collection of volumes.

Public Class Methods

new(parent) click to toggle source
Calls superclass method
# File lib/ibm/cloud/sdk/vpc/volumes.rb, line 10
def initialize(parent)
  super(parent, 'volumes', child_class: Volume)
end