ninech / netbox-client-ruby

A ruby client library for Netbox v2.
MIT License
24 stars 21 forks source link

Improved Handling of 'Status' on IpAddress #2

Closed cimnine closed 7 years ago

cimnine commented 7 years ago

Translates the status into symbols when retrieving and the symbol back to a number when patching.

Plus the code to make this work in a generic fashion.