Sha256: 08087a630448a30f38596c8847fb41e9f29b3767ebe024ff3a73527213313192

Contents?: true

Size: 820 Bytes

Versions: 5

Compression:

Stored size: 820 Bytes

Contents

# PulpAnsibleClient::AnsibleRole

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**artifact** | **String** | Artifact file representing the physical content | 
**version** | **String** |  | 
**name** | **String** |  | 
**namespace** | **String** |  | 

## Code Sample

```ruby
require 'PulpAnsibleClient'

instance = PulpAnsibleClient::AnsibleRole.new(pulp_href: null,
                                 pulp_created: null,
                                 artifact: null,
                                 version: null,
                                 name: null,
                                 namespace: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pulp_ansible_client-0.2.0b11 docs/AnsibleRole.md
pulp_ansible_client-0.2.0b10 docs/AnsibleRole.md
pulp_ansible_client-0.2.0b9 docs/AnsibleRole.md
pulp_ansible_client-0.2.0b7 docs/AnsibleRole.md
pulp_ansible_client-0.2.0b6 docs/AnsibleRole.md