class NetboxClientRuby::Circuits::Circuits

This allows to access a list of Netbox Circuits.

Normally, this class would be called `Circuits`. But this conflicts with the module of the same name.

Private Instance Methods

entity_creator(raw_entity) click to toggle source
# File lib/netbox_client_ruby/api/circuits/circuits.rb, line 21
def entity_creator(raw_entity)
  Circuit.new raw_entity['id']
end