Class: IBM::Cloud::SDK::VPC::VPCS::Routes
- Inherits:
-
IBM::Cloud::SDK::VPC::VPCCollection
- Object
- IBM::Cloud::SDKHTTP::BaseCollection
- IBM::Cloud::SDK::VPC::VPCCollection
- IBM::Cloud::SDK::VPC::VPCS::Routes
- Defined in:
- lib/ibm/cloud/sdk/vpc/vpcs.rb
Overview
A list of Vpc
Instance Attribute Summary
Attributes included from IBM::Cloud::SDKHTTP::BaseHTTPMixin
Attributes inherited from IBM::Cloud::SDKHTTP::BaseCollection
#connection, #endpoint, #logger, #token
Instance Method Summary collapse
-
#initialize(parent) ⇒ Routes
constructor
A new instance of Routes.
Methods inherited from IBM::Cloud::SDK::VPC::VPCCollection
Methods included from IBM::Cloud::SDK::VPC::VpcHTTP
Methods included from IBM::Cloud::SDKHTTP::BaseHTTPMixin
#adhoc, #delete, #get, #metadata, #patch, #post, #put, #unchecked_response, #url
Methods inherited from IBM::Cloud::SDKHTTP::BaseCollection
#all, #create, #data, #fetch, #params, #reset_params
Constructor Details
#initialize(parent) ⇒ Routes
48 49 50 |
# File 'lib/ibm/cloud/sdk/vpc/vpcs.rb', line 48 def initialize(parent) super(parent, 'routes', child_class: Route) end |