Class: DropletKit::ContainerRegistryRepositoryResource

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

Instance Method Summary collapse

Methods included from ErrorHandlingResourcable

included

Instance Method Details

#all(*args) ⇒ Object



26
27
28
# File 'lib/droplet_kit/resources/container_registry_repository_resource.rb', line 26

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

#tags(*args) ⇒ Object



30
31
32
# File 'lib/droplet_kit/resources/container_registry_repository_resource.rb', line 30

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