Method: PulpRpmClient::ContentSummaryResponse.attribute_map
- Defined in:
- lib/pulp_rpm_client/models/content_summary_response.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
26 27 28 29 30 31 32 |
# File 'lib/pulp_rpm_client/models/content_summary_response.rb', line 26 def self.attribute_map { :'added' => :'added', :'removed' => :'removed', :'present' => :'present' } end |