Sha256: cd3a036e89224aafdeee874819f7f58e76d1cf776a90a0d2cc347baf1eda7d63

Contents?: true

Size: 514 Bytes

Versions: 8

Compression:

Stored size: 514 Bytes

Contents

# PulpMavenClient::MavenMavenArtifact

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artifact** | **String** | Artifact file representing the physical content | 
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path | 

## Code Sample

```ruby
require 'PulpMavenClient'

instance = PulpMavenClient::MavenMavenArtifact.new(artifact: null,
                                 relative_path: null)
```


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pulp_maven_client-0.6.0 docs/MavenMavenArtifact.md
pulp_maven_client-0.5.0 docs/MavenMavenArtifact.md
pulp_maven_client-0.4.0 docs/MavenMavenArtifact.md
pulp_maven_client-0.3.3 docs/MavenMavenArtifact.md
pulp_maven_client-0.3.2 docs/MavenMavenArtifact.md
pulp_maven_client-0.3.1 docs/MavenMavenArtifact.md
pulp_maven_client-0.3.0 docs/MavenMavenArtifact.md
pulp_maven_client-0.2.0 docs/MavenMavenArtifact.md