Class: ProjectFifo::Iprange
- Defined in:
- lib/project-fifo/iprange.rb
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
-
#initialize(fifo) ⇒ Iprange
constructor
A new instance of Iprange.
Methods inherited from Resource
#[], #create, #delete, #get, #get_by_name, #list, #metadata, #post, #put
Constructor Details
#initialize(fifo) ⇒ Iprange
Returns a new instance of Iprange.
4 5 6 |
# File 'lib/project-fifo/iprange.rb', line 4 def initialize(fifo) super(fifo, 'ipranges') end |