Class: Artifactory::Collection::Artifact

Inherits:
Base
  • Object
show all
Defined in:
lib/artifactory/collections/artifact.rb

Instance Method Summary collapse

Methods inherited from Base

#method_missing

Constructor Details

#initialize(parent, options = {}, &block) ⇒ Artifact

Create a new artifact collection.



24
25
26
# File 'lib/artifactory/collections/artifact.rb', line 24

def initialize(parent, options = {}, &block)
  super(Resource::Artifact, parent, options, &block)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Artifactory::Collection::Base