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