Class: ReVIEW::Book::IndepImageIndex

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

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

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

Constructor Details

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

Class Method Details

.item_typeObject



246
247
248
# File 'lib/review/book/index.rb', line 246

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

Instance Method Details

#number(_id) ⇒ Object



250
251
252
# File 'lib/review/book/index.rb', line 250

def number(_id)
  ''
end