Class: PDC::V1::ReleaseRpmMapping

Inherits:
Base
  • Object
show all
Defined in:
lib/pdc/v1/release_rpm_mapping.rb

Instance Attribute Summary

Attributes included from Resource::RestApi

#url

Class Method Summary collapse

Methods included from Resource::RestApi

#initialize

Methods included from Resource::Scopes

#scoped

Methods included from Resource::Attributes

#[]=, #attributes=, #initialize, #inspect

Methods included from Resource::Identity

#==, #as_json, #hash, #id, #id=, #id?, #uri

Methods included from Logging

#logger

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class PDC::Resource::Attributes

Class Method Details

.uriObject



5
6
7
# File 'lib/pdc/v1/release_rpm_mapping.rb', line 5

def self.uri
  @uri = PDC.config.site + '/rest_api/v1/releases/(:release_id)/rpm-mapping/(:package)/'
end