Sha256: 286e1110a16932aa7261e75fd2a6492aa4c307317622b2c2241a0de7b4e56874
Contents?: true
Size: 371 Bytes
Versions: 28
Compression:
Stored size: 371 Bytes
Contents
require 'netbox_client_ruby/entity' require 'netbox_client_ruby/api/dcim/site' module NetboxClientRuby module IPAM class VlanGroup include Entity id id: :id deletable true path 'ipam/vlan-groups/:id.json' creation_path 'ipam/vlan-groups/' object_fields site: proc { |raw_data| DCIM::Site.new raw_data['id'] } end end end
Version data entries
28 entries across 28 versions & 1 rubygems