Class: Idcf::Ilb::Resources::L7route

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

Overview

Server 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



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

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