Method: PulpOstreeClient::PatchedostreeOstreeRepository.attribute_map
- Defined in:
- lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
36 37 38 39 40 41 42 43 44 45 |
# File 'lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb', line 36 def self.attribute_map { :'pulp_labels' => :'pulp_labels', :'name' => :'name', :'description' => :'description', :'retain_repo_versions' => :'retain_repo_versions', :'remote' => :'remote', :'compute_delta' => :'compute_delta' } end |