Module: Katello::Resources::Candlepin::ConsumerResource
- Included in:
- Consumer, UpstreamConsumer
- Defined in:
- app/lib/katello/resources/candlepin.rb
Instance Method Summary collapse
Instance Method Details
#path(id = nil) ⇒ Object
175 176 177 |
# File 'app/lib/katello/resources/candlepin.rb', line 175 def path(id = nil) "#{self.prefix}/consumers/#{id}" end |