Class: Gallerist::Master

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/gallerist/models/master.rb

Overview

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

Instance Method Summary collapse

Methods inherited from BaseModel

iphoto, photos, setup_for, store_setup

Instance Method Details

#inspectObject



21
22
23
# File 'lib/gallerist/models/master.rb', line 21

def inspect
  "#<%s id=%d uuid=%s name='%s'>" % [ self.class, id, uuid, file_name ]
end