Method: PulpcoreClient::PatchedOpenPGPDistribution.attribute_map
- Defined in:
- lib/pulpcore_client/models/patched_open_pgp_distribution.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
40 41 42 43 44 45 46 47 48 49 50 |
# File 'lib/pulpcore_client/models/patched_open_pgp_distribution.rb', line 40 def self.attribute_map { :'base_path' => :'base_path', :'content_guard' => :'content_guard', :'hidden' => :'hidden', :'pulp_labels' => :'pulp_labels', :'name' => :'name', :'repository' => :'repository', :'repository_version' => :'repository_version' } end |