Class: DropletKit::VPCPeeringResource
- Inherits:
-
ResourceKit::Resource
- Object
- ResourceKit::Resource
- DropletKit::VPCPeeringResource
- Includes:
- ErrorHandlingResourcable
- Defined in:
- lib/droplet_kit/resources/vpc_peering_resource.rb
Instance Method Summary collapse
Methods included from ErrorHandlingResourcable
Instance Method Details
#all(*args) ⇒ Object
39 40 41 |
# File 'lib/droplet_kit/resources/vpc_peering_resource.rb', line 39 def all(*args) PaginatedResource.new(action(:all), self, *args) end |