Class: DropletKit::VolumeResource

Inherits:
ResourceKit::Resource
  • Object
show all
Includes:
ErrorHandlingResourcable
Defined in:
lib/droplet_kit/resources/volume_resource.rb

Instance Method Summary collapse

Methods included from ErrorHandlingResourcable

included

Instance Method Details

#all(*args) ⇒ Object



37
38
39
# File 'lib/droplet_kit/resources/volume_resource.rb', line 37

def all(*args)
  PaginatedResource.new(action(:all), self, *args)
end

#snapshots(*args) ⇒ Object



41
42
43
# File 'lib/droplet_kit/resources/volume_resource.rb', line 41

def snapshots(*args)
  PaginatedResource.new(action(:snapshots), self, *args)
end