Class: DropletKit::SnapshotResource

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

Instance Method Summary collapse

Methods included from ErrorHandlingResourcable

included

Instance Method Details

#all(*args) ⇒ Object



20
21
22
# File 'lib/droplet_kit/resources/snapshot_resource.rb', line 20

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