Class: IBM::Cloud::SDK::VPC::NETWORKACL::Rules
- Inherits:
-
BaseCollection
- Object
- BaseVPC
- BaseCollection
- IBM::Cloud::SDK::VPC::NETWORKACL::Rules
- Defined in:
- lib/ibm/cloud/sdk/vpc/network_acls.rb
Overview
A list of NetworkACL
Instance Attribute Summary
Attributes inherited from BaseVPC
#connection, #endpoint, #logger
Instance Method Summary collapse
-
#initialize(parent) ⇒ Rules
constructor
A new instance of Rules.
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) ⇒ Rules
Returns a new instance of Rules.
25 26 27 28 29 |
# File 'lib/ibm/cloud/sdk/vpc/network_acls.rb', line 25 def initialize(parent) @array_key = 'network_acls' @instance = NetworkACL super(parent, @array_key) end |