Class: Idcf::Ilb::Resources::Nic

Inherits:
Base
  • Object
show all
Defined in:
lib/idcf/ilb/resources/nic.rb

Overview

Nic resource class

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

class_name, generate_readers, inherited, #initialize, validator_class

Constructor Details

This class inherits a constructor from Idcf::Ilb::Resources::Base

Instance Method Details

#inspectObject

Inspect this class



7
8
9
# File 'lib/idcf/ilb/resources/nic.rb', line 7

def inspect
  "#<#{self.class}:0x%014x @id=#{id} @network_name=#{network_name}>" % [object_id]
end