Sha256: d7d9fb5c7d151d0043ff3de5aa54fb435a9f02092b92c5b535eaacef14a71bf7
Contents?: true
Size: 382 Bytes
Versions: 34
Compression:
Stored size: 382 Bytes
Contents
require 'netbox_client_ruby/entity' require 'netbox_client_ruby/api/tenancy/tenant_group' module NetboxClientRuby module Tenancy class Tenant include Entity id id: :id deletable true path 'tenancy/tenants/:id.json' creation_path 'tenancy/tenants/' object_fields group: proc { |raw_data| TenantGroup.new raw_data['id'] } end end end
Version data entries
34 entries across 34 versions & 1 rubygems