Class: Idcf::Ilb::Resources::Limit

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

Overview

Limit 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/limit.rb', line 7

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