Class: DropletKit::RegionResource

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

Instance Method Summary collapse

Methods included from ErrorHandlingResourcable

included

Instance Method Details

#all(*args) ⇒ Object



12
13
14
# File 'lib/droplet_kit/resources/region_resource.rb', line 12

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