class Artifactory::Collection::Artifact

Public Class Methods

new(parent, options = {}, &block) click to toggle source

Create a new artifact collection.

@param (see Collection::Base#initialize)

Calls superclass method Artifactory::Collection::Base::new
# File lib/artifactory/collections/artifact.rb, line 24
def initialize(parent, options = {}, &block)
  super(Resource::Artifact, parent, options, &block)
end