class Gallerist::ModelResource

This code is free software; you can redistribute it and/or modify it under the terms of the new BSD License.

Copyright © 2015, Sebastian Staudt

Public Instance Methods

inspect() click to toggle source
# File lib/gallerist/models/model_resource.rb, line 18
def inspect
  '#<%s id=%d uuid=%s file_name=%s>' % [ self.class, id, uuid, file_name ]
end