Class: NetboxClientRuby::DCIM::Site

Inherits:
Object
  • Object
show all
Includes:
Entity
Defined in:
lib/netbox_client_ruby/api/dcim/site.rb

Constant Summary collapse

STATUS_VALUES =
{
  active: 1,
  planned: 2,
  retired: 4
}.freeze

Method Summary

Methods included from Entity

#[], #[]=, #create, #data=, #delete, included, #initialize, #method_missing, #raw_data!, #reload, #respond_to_missing?, #revert, #save, #update, #url

Methods included from Communication

#connection, #hash_to_object, #response

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class NetboxClientRuby::Entity