Module: Katello::Resources::Candlepin::OwnerResource
- Included in:
- Owner, UpstreamOwner
- Defined in:
- app/lib/katello/resources/candlepin.rb
Instance Method Summary collapse
Instance Method Details
#path(id = nil) ⇒ Object
181 182 183 |
# File 'app/lib/katello/resources/candlepin.rb', line 181 def path(id = nil) "#{self.prefix}/owners/#{id}" end |