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

Methods inherited from Index

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

Constructor Details

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

Class Method Details

.item_typeObject



166
167
168
# File 'lib/review/book/index.rb', line 166

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

Instance Method Details

#number(_id) ⇒ Object



170
171
172
# File 'lib/review/book/index.rb', line 170

def number(_id)
  ''
end