Class: ReVIEW::Book::IndepImageIndex::Item

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

Instance Attribute Summary

Attributes inherited from ReVIEW::Book::ImageIndex::Item

#id, #index, #number

Instance Method Summary collapse

Methods inherited from ReVIEW::Book::ImageIndex::Item

#bound?, #path, #pathes

Constructor Details

#initialize(id, number) ⇒ Item

Returns a new instance of Item.



280
281
282
283
284
# File 'lib/review/book/index.rb', line 280

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