Class: ProjectFifo::Package

Inherits:
Resource show all
Defined in:
lib/project-fifo/package.rb

Instance Attribute Summary

Attributes inherited from Resource

#fifo, #namespace

Instance Method Summary collapse

Methods inherited from Resource

#[], #create, #delete, #get, #get_by_name, #list, #metadata, #post, #put

Constructor Details

#initialize(fifo) ⇒ Package

Returns a new instance of Package.



4
5
6
# File 'lib/project-fifo/package.rb', line 4

def initialize(fifo)
  super(fifo, 'packages')
end