Get object string representation
Returns:
String
50 51 52
# File 'lib/xsd/base_object.rb', line 50 def inspect "#<#{self.class.name} path=#{node.path}>" end