Class: Artifactory::Collection::Artifact
- Defined in:
- lib/artifactory/collections/artifact.rb
Instance Method Summary collapse
-
#initialize(parent, options = {}, &block) ⇒ Artifact
constructor
Create a new artifact collection.
Methods inherited from Base
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, = {}, &block) super(Resource::Artifact, parent, , &block) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Artifactory::Collection::Base