Method: ROM::Repository#inspect

Defined in:
lib/rom/repository.rb

#inspectString

Return a string representation of a repository object

Returns:

  • (String)


155
156
157
# File 'lib/rom/repository.rb', line 155

def inspect
  %(#<#{self.class} struct_namespace=#{struct_namespace} auto_struct=#{auto_struct}>)
end