Class: ImagePath

Inherits:
Object
  • Object
show all
Defined in:
lib/httpimagestore/image_path.rb

Direct Known Subclasses

Auto, Custom

Defined Under Namespace

Classes: Auto, CouldNotDetermineFileExtensionError, Custom

Instance Method Summary collapse

Constructor Details

#initialize(id) ⇒ ImagePath

Returns a new instance of ImagePath.



11
12
13
# File 'lib/httpimagestore/image_path.rb', line 11

def initialize(id)
	@id = id.to_s
end