Skip to content

Commit a06d868

Browse files
devcorrelatorthde
authored andcommitted
Forgot to add them to the Module
1 parent 37d5cdf commit a06d868

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/netbox_client_ruby/api/dcim.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module DCIM
1212
interfaces: Interfaces,
1313
interface_connections: InterfaceConnections,
1414
inventory_items: InventoryItems,
15+
mac_addresses: MacAddresses,
1516
manufacturers: Manufacturers,
1617
platforms: Platforms,
1718
power_connections: PowerConnections,
@@ -39,6 +40,7 @@ module DCIM
3940
interface: Interface,
4041
interface_connection: InterfaceConnection,
4142
inventory_item: InventoryItem,
43+
mac_address: MacAddress,
4244
manufacturer: Manufacturer,
4345
platform: Platform,
4446
power_connection: PowerConnection,

spec/netbox_client_ruby/api/dcim_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module DCIM
1515
interfaces: Interfaces,
1616
interface_connections: InterfaceConnections,
1717
inventory_items: InventoryItems,
18+
mac_addresses: MacAddresses,
1819
manufacturers: Manufacturers,
1920
platforms: Platforms,
2021
power_connections: PowerConnections,
@@ -58,6 +59,7 @@ module DCIM
5859
interface: Interface,
5960
interface_connection: InterfaceConnection,
6061
inventory_item: InventoryItem,
62+
mac_address: MacAddress,
6163
manufacturer: Manufacturer,
6264
platform: Platform,
6365
power_connection: PowerConnection,

0 commit comments

Comments
 (0)