Sha256: 4e8d77582848e3f539c39ff841e2454098abe7d996dff1435bc1e72913a1ff73
Contents?: true
Size: 354 Bytes
Versions: 4
Compression:
Stored size: 354 Bytes
Contents
require 'netbox_client_ruby/entity' require 'netbox_client_ruby/api/tenancy/tenant' module NetboxClientRuby class Vrf include NetboxClientRuby::Entity id id: :id deletable true path 'ipam/vrfs/:id.json' creation_path 'ipam/vrfs/' object_fields tenant: proc { |raw_data| NetboxClientRuby::Tenant.new raw_data['id'] } end end
Version data entries
4 entries across 4 versions & 1 rubygems