Class: DropletKit::TagResource

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

Instance Method Summary collapse

Methods included from ErrorHandlingResourcable

included

Instance Method Details

#all(*args) ⇒ Object



53
54
55
# File 'lib/droplet_kit/resources/tag_resource.rb', line 53

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