Skip to content

Commit 9529d12

Browse files
authored
Merge pull request #4 from fr3nch13/add-mac-addresses
Forgot to add them to the Module
2 parents 02b7c1d + 931bcd4 commit 9529d12

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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)