class IBM::Cloud::SDK::VPC::Regions

Work with VPC reqions

Public Class Methods

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