Sha256: ee58e78e819b1bd704c620f66e723aacac625bb50294e3d9f8bcc4f6778a2e9d
Contents?: true
Size: 360 Bytes
Versions: 34
Compression:
Stored size: 360 Bytes
Contents
require 'netbox_client_ruby/entity' require 'netbox_client_ruby/api/ipam/rir' module NetboxClientRuby module IPAM class Aggregate include Entity id id: :id deletable true path 'ipam/aggregates/:id.json' creation_path 'ipam/aggregates/' object_fields rir: proc { |raw_data| Rir.new raw_data['id'] } end end end
Version data entries
34 entries across 34 versions & 1 rubygems