Class: ReVIEW::Book::IndepImageIndex

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

Defined Under Namespace

Classes: Item

Instance Attribute Summary

Attributes inherited from ImageIndex

#image_finder

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from ImageIndex

#find_path, #initialize, parse

Methods inherited from Index

#[], #each, #initialize, item_class, #item_type, #key?, parse

Constructor Details

This class inherits a constructor from ReVIEW::Book::ImageIndex

Class Method Details

.item_typeObject



283
284
285
# File 'lib/review/book/index.rb', line 283

def self.item_type
  '(indepimage|imgtable)'
end

Instance Method Details

#number(_id) ⇒ Object



287
288
289
# File 'lib/review/book/index.rb', line 287

def number(_id)
  ''
end