Method: ROM::Repository#inspect
- Defined in:
- lib/rom/repository.rb
#inspect ⇒ String
Return a string representation of a repository object
155 156 157 |
# File 'lib/rom/repository.rb', line 155 def inspect %(#<#{self.class} struct_namespace=#{struct_namespace} auto_struct=#{auto_struct}>) end |