Class: IBM::Cloud::SDK::VPC::INSTANCE::Actions
- Inherits:
-
BaseCollection
- Object
- BaseVPC
- BaseCollection
- IBM::Cloud::SDK::VPC::INSTANCE::Actions
- Defined in:
- lib/ibm/cloud/sdk/vpc/instance/actions.rb
Overview
Actions for an instance.
Instance Attribute Summary
Attributes inherited from BaseVPC
#connection, #endpoint, #logger
Instance Method Summary collapse
-
#initialize(parent) ⇒ Actions
constructor
A new instance of Actions.
Methods inherited from BaseCollection
#all, #count, #create, #data, #fetch, #has_count?, #params
Methods inherited from BaseVPC
#adhoc, #delete, #get, #patch, #post, #put, #url
Constructor Details
#initialize(parent) ⇒ Actions
Returns a new instance of Actions.
11 12 13 |
# File 'lib/ibm/cloud/sdk/vpc/instance/actions.rb', line 11 def initialize(parent) super(parent, 'actions') end |