Class: ReVIEW::Book::NumberlessImageIndex::Item

Inherits:
ImageIndex::Item show all
Defined in:
lib/review/book/index.rb

Instance Attribute Summary

Attributes inherited from ImageIndex::Item

#id, #index, #number

Instance Method Summary collapse

Methods inherited from ImageIndex::Item

#bound?, #path, #pathes

Constructor Details

#initialize(id, number) ⇒ Item

Returns a new instance of Item.



262
263
264
265
266
# File 'lib/review/book/index.rb', line 262

def initialize(id, number)
  @id = id
  @number = ""
  @pathes = nil
end